codemode-mcp
An implementation of the Codemode workflow detailed by Cloudflare.
Install / Use
claude mcp add jx-codes -- npx -y github:jx-codes/codemode-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHub{ "name": "codemode-mcp", "version": "1.0.0", "description": "A local implementation of the Code Mode workflow for Claude Code. LLMs write TypeScript/JavaScript code that calls a simple HTTP proxy to access your MCP servers.", "type": "module", "main": "index.ts", "bin": { "codemode-mcp-server": "./index.ts" }, "scripts": { "start": "bun run index.ts", "typecheck": "bunx tsc --noEmit", "dev": "bun run --watch index.ts" }, "keywords": [ "mcp", "server", "typescript", "code-mode", "model-context-protocol", "ai", "llm", "deno", "proxy" ], "author": "Jesus Moreno jm.codes9@gmail.com", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jx-codes/codemode-mcp.git" }, "homepage": "https://github.com/jx-codes/codemode-mcp", "bugs": { "url": "https://github.com/jx-codes/codemode-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "index.ts", "README.md", "LICENSE", "codemode-config.json" ], "devDependencies": { "@types/bun": "latest", "typescript": "^5" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.18.2", "@types/uuid": "^11.0.0", "uuid": "^13.0.0" } }
Related Skills
Agent-Reach
84.5kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
headroom
73.4kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
ruflo
73.0k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
CowAgent
47.1kOpen-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, self-evolves with memory and knowledge. Multi-agent, multi-model, multi-channel. Lightweight, extensible, one-line install.
Security Score
Audited on Invalid Date
