killbottleneck for Zed
com.killbottleneck/killbottleneck
Goal and process maps for humans and AI agents on your own server.
client:Zed
transport:stdio
runtime:npm
Install killbottleneck in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"killbottleneck": {
"command": "npx",
"args": [
"-y",
"killbottleneck-mcp"
],
"env": {
"KB_URL": "<KB_URL>",
"KB_API_KEY": "<KB_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs