Skip to content
Zed

Pibox for Zed

io.github.psyb0t/pibox

Self-hosted MCP server: pi-coding-agent tools (run_prompt, file ops) over streamable HTTP.

client:Zed transport:stdio runtime:oci

Install Pibox in Zed

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

{
  "context_servers": {
    "pibox": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/psyb0t/pibox:v0.18.4"
      ]
    }
  }
}

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

Pibox in other clients