Skip to content
Windsurf

Python Exec Sandbox for Windsurf

io.github.lu-zhengda/mcp-python-exec-sandbox

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

client:Windsurf transport:stdio runtime:pypi

Install Python Exec Sandbox in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Python Exec Sandbox in other clients