Skip to content
Windsurf

Pibox for Windsurf

io.github.psyb0t/pibox

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

client:Windsurf transport:stdio runtime:oci

Install Pibox in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Pibox in other clients