构建 Unblocker MCP
用于 Cursor IDE 的模型上下文协议 (MCP) 服务器,用于终止挂起的 Windows 构建可执行文件。
特征
监视指定的构建过程(
cl.exe
、link.exe
、msbuild.exe
等)终止空闲的进程(CPU 使用率低于 1%),空闲时间可配置(默认 90 秒)
为 Cursor IDE 提供工具(
unblock_build
)来触发解除阻塞过程
安装
确保您已安装 Python 3.11 或更高版本。
使用 pipx 安装(推荐用于 CLI 工具):
或者使用 pip:
光标集成
将以下内容添加到您的 Cursor IDE 设置( settings.json
)中:
本地烟雾测试
您可以手动运行该工具来测试它(使用--dry-run
来避免终止进程):
持续集成
(将
执照
本项目遵循 MIT 许可证。详情请参阅LICENSE文件。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
Cursor IDE 的模型上下文协议服务器,用于监视挂起的 Windows 构建可执行文件(如 cl.exe、link.exe、msbuild.exe)并在其空闲时终止它们。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that integrates with Cursor IDE, providing real-time communication, modern web dashboards, and extensible tools via SSE and WebSocket connections.Last updated -5951
- -securityFlicense-qualityA Model Context Protocol server that enables AI assistants to explore and interact with Cursor IDE's SQLite databases, providing access to project data, chat history, and composer information.Last updated -21
- AsecurityAlicenseAqualityA powerful Model Context Protocol framework that extends Cursor IDE with tools for web content retrieval, PDF processing, and Word document parsing.Last updated -813MIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.Last updated -37570MIT License