Skip to content
Zed

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

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

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

killbottleneck in other clients