Skip to content
Back to search
30
MCP

mcp-server-code-execution-mode

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.

Uptime
0.0%
55 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

containerizedcodeexecutermcp
An MCP server that executes Python code in containerized environments.
0 tools
Code Execution Mode
Execute Python in isolated containers while bridging access to other MCP servers through auto-discovered proxies
0 tools
code-executor-mcp
MCP server for code executor. Features execute code, run command, run tests. From MEOK AI Labs.
0 tools
iflow-mcp_mcp-python-interpreter
MCP server for Python code execution and environment management
0 tools
iflow-mcp_mcp-run-python-code
mcp-run-python-code: MCP server for running Python code, installing packages, and executing Python files.
0 tools
iflow-mcp_mcp_safe_local_python_executor
MCP server exposing tool for a safe local Python code execution
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mcp-server-code-execution-mode": {
      "url": "None",
      "transport": "http"
    }
  }
}