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
{
"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