codemcp

skymoore/codemcp
★ 4 stars Rust Code/Dev Tools Updated today
A single MCP server that connects to many upstream MCP servers and exposes one tool: execute_python
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codemcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "codemcp"
      ]
    }
  }
}

README Excerpt

A single MCP server that connects to many upstream MCP servers and exposes **one tool: `execute_python`**. Agents write Python that calls every upstream tool as a typed function and transform/combine results in-process — instead of issuing many sequential MCP tool calls. ``` agent harness ──MCP──► codemcp gateway ──MCP clients──► upstream servers

Tools (20)

CODEMCP_ADMIN_SOCKETCODEMCP_BIN_DIRCODEMCP_CONFIGCODEMCP_CONTROL_BINDCODEMCP_CONTROL_HOST_FOR_WORKERCODEMCP_CONTROL_TOKENCODEMCP_DOCKER_CPUSCODEMCP_DOCKER_IMAGECODEMCP_DOCKER_MEMORYCODEMCP_DOCKER_NETWORKCODEMCP_DOCKER_PIDS_LIMITCODEMCP_DOCKER_READONLYCODEMCP_ENABLE_LLM_SUMMARIESCODEMCP_EXEC_TIMEOUT_MSCODEMCP_HTTP_BINDCODEMCP_HTTP_JSON_RESPONSECODEMCP_HTTP_PATHCODEMCP_INSTANCE_LABELCODEMCP_ISOLATIONCODEMCP_LOG