Build Unblocker MCP
A Model-Context-Protocol (MCP) server for Cursor IDE to terminate hung Windows build executables.
Features
- Monitors specified build processes (
cl.exe,link.exe,msbuild.exe, etc.) - Terminates processes that are idle (less than 1% CPU usage) for a configurable duration (default 90 seconds)
- Provides a tool (
unblock_build) for Cursor IDE to trigger the unblocking process
Installation
- Ensure you have Python 3.11 or later installed.
- Install using pipx (recommended for CLI tools):
Or using pip:pipx install .pip install .
Cursor Integration
Add the following to your Cursor IDE settings (settings.json):
{
"mcpServers": {
"build-unblocker": {
"command": "unblock-build-mcp"
}
}
}
Local Smoke Test
You can run the tool manually to test it (use --dry-run to avoid killing processes):
pipx run unblock-build-mcp --idle-seconds 5 --dry-run
Continuous Integration
(Replace
your-github-username with your actual GitHub username and build-unblocker-mcp with the repository name)
License
This project is licensed under the MIT License. See the LICENSE file for details.
Build Unblocker MCP
Project Details
- Jordan-Jarvis/Cpp-build-unlock-mcp
- MIT License
- Last Updated: 4/30/2025
Recomended MCP Servers
A simple MCP integration that allows Claude to read and manage a personal Notion todo list
An MCP server serving as a structured knowledge base of crypto whitepapers.
MCP integration for Google Calendar to manage events.
Name Cheap MCP tools for your AI needs.
A MCP Server to launch a token, add value to it, distribute to your employees via email
MCP server implementation for n8n workflow automation
Simple CLI MCP Client Implementation Using LangChain ReAct Agent / Python
Helps AI assistants access text content from bot-protected websites. MCP server that fetches HTML/markdown from sites with anti-automation...





