mcp-server-code-execution-mode

elusznik/mcp-server-code-execution-mode
★ 316 stars Python AI/LLM Updated 3mo ago
An MCP server that executes Python code in isolated rootless containers with optional MCP server proxying. Implementation of Anthropic's and Cloudflare's ideas for reducing MCP tool definitions context bloat.
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": {
    "mcp-server-code-exec": {
      "command": "uvx",
      "args": [
        "mcp-server-code-execution-mode"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-code-execution-mode

Topics

agentic-aiagentsanthropicclaudeclaude-codecode-executiondockermcpmodel-context-protocolorchestrationpodmanpythontoken-optimization