Odel
killbottleneck

killbottleneck

Local
@tengolabs2JavaScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmkillbottleneck-mcpv0.51.0

Run

npx -y killbottleneck-mcp

MCP client config

{
  "mcpServers": {
    "killbottleneck": {
      "command": "npx",
      "args": [
        "-y",
        "killbottleneck-mcp"
      ]
    }
  }
}