killbottleneck for Cline
com.killbottleneck/killbottleneck
Goal and process maps for humans and AI agents on your own server.
client:Cline
transport:stdio
runtime:npm
Install killbottleneck in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"killbottleneck": {
"command": "npx",
"args": [
"-y",
"killbottleneck-mcp"
],
"env": {
"KB_URL": "<KB_URL>",
"KB_API_KEY": "<KB_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs