Skip to content
Cursor

killbottleneck for Cursor

com.killbottleneck/killbottleneck

Goal and process maps for humans and AI agents on your own server.

client:Cursor transport:stdio runtime:npm

Install killbottleneck in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "killbottleneck": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "killbottleneck-mcp"
      ],
      "env": {
        "KB_URL": "<KB_URL>",
        "KB_API_KEY": "<KB_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

killbottleneck in other clients