Python Exec Sandbox for VS Code
io.github.lu-zhengda/mcp-python-exec-sandbox
Sandboxed Python execution for AI agents. PEP 723 inline deps, multi-version Python, zero pollution.
client:VS Code
transport:stdio
runtime:pypi
Install Python Exec Sandbox in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-python-exec-sandbox": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-python-exec-sandbox"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs