Skip to content
VS Code

Parselbox for VS Code

io.github.thesanjeetc/parselbox

Secure Python sandbox — MCP servers, APIs, shells and host functions as native Python objects.

client:VS Code transport:stdio runtime:pypi

Install Parselbox in VS Code

.vscode/mcp.json

{
  "servers": {
    "parselbox": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "parselbox"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Parselbox in other clients