Submit

Python Sandbox MCP Server

@cloudywu0410

A MCP server that enables LLMs to run python code safely in isolated Docker containers.

Tools

Server Config

{
  "mcpServers": {
    "python-sandbox-sse": {
      "command": "mcp-proxy",
      "args": [
        "http://localhost:8060/eval"
      ],
      "ssePath": "/eval"
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.