Skip to content
Zed

Parselbox for Zed

io.github.thesanjeetc/parselbox

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

client:Zed transport:stdio runtime:pypi

Install Parselbox in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "parselbox": {
      "command": "uvx",
      "args": [
        "parselbox"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Parselbox in other clients