tengolabs/killbottleneck
Self-hosted goal and process maps for humans and AI agents: agents create and update nodes, manage tasks and automation rules, and read the org structure, while people watch the same map live. Talks to your own killBottleneck instance; the optional AI advisor can run on local Ollama. Install: npx -y killbottleneck-mcp.
Ads
Overview
<img src="assets/znak-velky.
Installation
npx -y killbottleneck-mcp
Configuration
{
"mcpServers": {
"killbottleneck": {
"command": "npx",
"args": [
"-y",
"killbottleneck-mcp"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- productivity
- local
- typescript
- awesome-list
Related MCP servers
Workplace & Productivity
Cua
MCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Workplace & Productivity
Notion MCP
> [!NOTE] > > We’ve introduced Notion MCP, a remote MCP server with the following improvements: > > - Easy installation via standard OAuth. No need to fiddle with JSON or API tokens anymore. > - Powerful tools tailored to AI agents, including editing pages in Markdown. These tools are designed with optimized token consumption in mind. > > Learn more and get started at Notion MCP documentation. > > We are prioritizing, and only providing active support for, Notion MCP (remote). As a result: > > - We may sunset this local MCP server repository in the future. > - Issues and pull requests here are not actively monitored. > - Please do not file issues relating to the remote MCP here; instead, contact Notion support.
6 tools · Edit a page’s content with Markdown, Move a page to a different parent location
Workplace & Productivity
Laravel Boost
Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code. Documentation for Laravel Boost can be found on the Laravel website. Thank you for considering contributing to Boost! The contribution guide can be found in the Laravel documentation. In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct. Please review our security policy on how to report security vulnerabilities.
2 tools · Generate Laravel-specific code with proper conventions, Provide AI with essential Laravel context
Workplace & Productivity
MATLAB MCP Core Server
Run MATLAB® using AI applications with the official MATLAB MCP Server from MathWorks®. The MATLAB MCP Server allows your AI applications to: - Start and quit MATLAB. - Write and run MATLAB code. - Assess your MATLAB code for style and correctness. To assist your agent in using MATLAB and Simulink, you can use skills from MATLAB Agentic Toolkit (GitHub) and Simulink Agentic Toolkit (GitHub), which can also install this MCP server for you. - Setup - Claude Code - Claude Desktop - GitHub Copilot in Visual Studio Code - Codex - Arguments - Tools - Resources - Data Collection - Security Considerations - Licensing and Usage - Contact Support
5 tools · check_matlab_code, detect_matlab_toolboxes
Workplace & Productivity
Atlassian MCP Server
The official Atlassian Rovo MCP Server is a cloud-based bridge between your Atlassian Cloud site and compatible external tools. Once configured, it enables those tools to interact with Jira, Confluence, Jira Service Management, Bitbucket, and Compass data in real time. Authentication uses OAuth 2.1 or API tokens, so every action respects the user's existing access controls. With the Atlassian Rovo MCP Server, you can: Summarize and search Jira, Confluence, Jira Service Management, and Bitbucket content without switching tools. Create and update issues or pages based on natural language commands. Automate repetitive work, like generating tickets from meeting notes or specs.
6 tools · Bulk issue creation, Create and update work items
Workplace & Productivity
Linear MCP Server
Search issues, update statuses, and sync project work from Linear.
2 tools · search_issues, update_issue
Workplace & Productivity
Todoist MCP
Library for connecting AI agents to Todoist. Includes tools that can be integrated into LLMs, enabling them to access and modify a Todoist account on the user's behalf. These tools can be used both through an MCP server, or imported directly in other projects to integrate them to your own AI conversational interfaces. Here's an example using Vercel's AI SDK. // Create Todoist API client const client = new TodoistApi(process.env.TODOIST_API_KEY) // Helper to wrap tools with the client function wrapTool(tool, todoistClient) { return { ...tool, execute(args) { return tool.execute(args, todoistClient) }, } }
4 tools · Add new tasks, Check account identity
Workplace & Productivity
Plane
A Model Context Protocol server for Plane. Gives an AI agent tools to read and manage projects, work items, cycles, modules, releases, customers and more. Built on FastMCP and the official plane-sdk. - 30 tools, one per Plane resource, covering 204 operations - Local or remote — stdio, streamable HTTP, SSE - OAuth or API key authentication Get an API key from Plane: Workspace Settings → API tokens. Add this to your MCP client's configuration: uvx needs no install step. Requires Python 3.10+. For a self-hosted Plane, add "PLANE_BASE_URL": "https://plane.example.com".
5 tools · Create and manage work items, get_pql_reference