Self-hosted goal & process maps with an AI advisor — for humans and AI agents (MCP). Your data never leaves your server. Fair-code.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"killbottleneck": {
"command": "npx",
"args": [
"-y",
"tengolabs/killbottleneck"
]
}
}
}
Run in terminal:
claude mcp add killbottleneck npx -y tengolabs/killbottleneck
Add to .cursor/mcp.json:
{
"mcpServers": {
"killbottleneck": {
"command": "npx",
"args": [
"-y",
"tengolabs/killbottleneck"
]
}
}
}