Skip to content
Zed

colber mcp for Zed

io.github.obi49/colber-mcp

Trust + coordination infrastructure for the agent economy. 27 tools across 6 Colber modules.

client:Zed transport:stdio runtime:npm

Install colber mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "colber-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@colber/mcp"
      ],
      "env": {
        "COLBER_BASE_URLS": "<COLBER_BASE_URLS>",
        "COLBER_AUTH_TOKEN": "<COLBER_AUTH_TOKEN>",
        "COLBER_LOG_LEVEL": "<COLBER_LOG_LEVEL>"
      }
    }
  }
}

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

colber mcp in other clients