Skip to content
Zed

ipybox for Zed

io.github.gradion-ai/ipybox

Unified execution environment for Python code, shell commands, and programmatic MCP tool calls

client:Zed transport:stdio runtime:pypi

Install ipybox in Zed

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

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

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

ipybox in other clients