elusznik/mcp-server-code-execution-mode
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.
Platform-specific configuration:
{
"mcpServers": {
"mcp-server-code-execution-mode": {
"command": "npx",
"args": [
"-y",
"mcp-server-code-execution-mode"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...