HomeProductivity › killbottleneck

killbottleneck

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

TypeScript Local macOSWindowsLinux
★ 2 stars Last pushed 2026-09-20 License: NOASSERTION

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.63.0)

npx -y killbottleneck-mcp@0.63.0

Or add to your MCP client config:

{
  "mcpServers": {
    "killbottleneck": {
      "command": "npx",
      "args": [
        "-y",
        "killbottleneck-mcp@0.63.0"
      ],
      "env": {
        "KB_URL": "<YOUR_VALUE>",
        "KB_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • KB_URL required — Address of your killBottleneck instance, e.g. https://company.killbottleneck.com or http://192.168.1.10:8090
  • KB_API_KEY required secret — API key issued in the app (user menu -> API keys). Use a read-write scope for editing.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry