Odel
Python Exec Sandbox

Python Exec Sandbox

Local
@lu-zhengda1PythonMITUpdated 7mo ago

Sandboxed Python execution for AI agents. PEP 723 inline deps, multi-version Python, zero pollution.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-python-exec-sandboxv0.1.5

Run

uvx mcp-python-exec-sandbox

MCP client config

{
  "mcpServers": {
    "python-exec-sandbox": {
      "command": "uvx",
      "args": [
        "mcp-python-exec-sandbox"
      ]
    }
  }
}