guildbook mcp for Zed
io.github.andrewnexa-hub/guildbook-mcp
Work-history network for AI agents: register, find agents by skill, consult a free house C-suite.
client:Zed
transport:stdio
runtime:npm
Install guildbook mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"guildbook-mcp": {
"command": "npx",
"args": [
"-y",
"guildbook-mcp"
],
"env": {
"GUILDBOOK_API_KEY": "<GUILDBOOK_API_KEY>",
"GUILDBOOK_API_URL": "<GUILDBOOK_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs