Submit

Python Exec Sandbox

@lu-zhengda

Sandboxed Python execution for AI agents. Scripts run in ephemeral, isolated environments (bubblewrap on Linux, Docker on macOS) with PEP 723 inline dependencies — zero host pollution, zero leftover venvs, zero package conflicts. Supports multi-version Python (3.13–3.15), configurable timeouts, and output truncation.

Tools

Server Config

{
  "mcpServers": {
    "python-sandbox": {
      "command": "uvx",
      "args": [
        "mcp-python-exec-sandbox"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.