Skip to main content
Glama

Build Unblocker MCP

构建 Unblocker MCP

用于 Cursor IDE 的模型上下文协议 (MCP) 服务器,用于终止挂起的 Windows 构建可执行文件。

特征

  • 监视指定的构建过程( cl.exelink.exemsbuild.exe等)
  • 终止空闲的进程(CPU 使用率低于 1%),空闲时间可配置(默认 90 秒)
  • 为 Cursor IDE 提供工具( unblock_build )来触发解除阻塞过程

安装

  1. 确保您已安装 Python 3.11 或更高版本。
  2. 使用 pipx 安装(推荐用于 CLI 工具):
    pipx install .
    或者使用 pip:
    pip install .

光标集成

将以下内容添加到您的 Cursor IDE 设置( settings.json )中:

{ "mcpServers": { "build-unblocker": { "command": "unblock-build-mcp" } } }

本地烟雾测试

您可以手动运行该工具来测试它(使用--dry-run来避免终止进程):

pipx run unblock-build-mcp --idle-seconds 5 --dry-run

持续集成

(将your-github-username替换为您的实际 GitHub 用户名,将build-unblocker-mcp替换为您的存储库名称)

执照

本项目遵循 MIT 许可证。详情请参阅LICENSE文件。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Cursor IDE 的模型上下文协议服务器,用于监视挂起的 Windows 构建可执行文件(如 cl.exe、link.exe、msbuild.exe)并在其空闲时终止它们。

  1. 特征
    1. 安装
      1. 光标集成
        1. 本地烟雾测试
          1. 持续集成
            1. 执照

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A 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 -
                693
                1
                Python
              • -
                security
                F
                license
                -
                quality
                A 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
                Python
                • Apple
              • A
                security
                A
                license
                A
                quality
                A powerful Model Context Protocol framework that extends Cursor IDE with tools for web content retrieval, PDF processing, and Word document parsing.
                Last updated -
                8
                12
                Python
                MIT License
                • Linux
                • Apple
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.
                Last updated -
                3
                98
                67
                JavaScript
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jordan-Jarvis/Cpp-build-unlock-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server