Skip to content
Zed

BIGHUB for Zed

io.bighub/mcp

Decision learning for AI agent actions. Evaluate, score, decide, and learn from outcomes.

client:Zed transport:stdio runtime:npm

Install BIGHUB 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": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bighub/bighub-mcp"
      ],
      "env": {
        "BIGHUB_API_KEY": "<BIGHUB_API_KEY>",
        "BIGHUB_BEARER_TOKEN": "<BIGHUB_BEARER_TOKEN>",
        "BIGHUB_BASE_URL": "<BIGHUB_BASE_URL>"
      }
    }
  }
}

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

BIGHUB in other clients