Codemode
Replaces traditional tool calling with a code execution approach where assistants write TypeScript/JavaScript that makes HTTP requ
This MCP server implements Cloudflare's "Code Mode" workflow, where instead of struggling with multiple tool calls, AI assistants write TypeScript/JavaScript code that makes HTTP requests to access MCP servers through a local proxy. Built by Jesus Moreno, it provides a single execute_code tool that runs code in a Deno sandbox with network-only permissions, while an HTTP proxy on port 3001 forwards requests to configured MCP servers. The approach leverages LLMs' superior code-writing abilities over tool calling, enabling natural chaining of operations, data processing between calls, and complex multi-step workflows that would be difficult to achieve through traditional tool orchestration.
Source
Repository: https://github.com/jx-codes/codemode-mcp
Maintain Codemode?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[Codemode on getagentictools](https://getagentictools.com/mcp/jx-codes-codemode-mcp?ref=badge)