Skip to content
Claude Desktop

Pibox for Claude Desktop

io.github.psyb0t/pibox

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

client:Claude Desktop transport:stdio runtime:oci

Install Pibox in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Pibox in other clients