Build Unblocker MCP

Integrations

  • Provides continuous integration workflows for verifying the build unblocker functionality, as indicated by the CI Status badge in the README.

构建 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文件。

-
security - not tested
A
license - permissive license
-
quality - not tested

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

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that provides programmatic access to the Windows terminal, enabling AI models to interact with the Windows command line through standardized tools for writing commands, reading output, and sending control signals.
                Last updated -
                3
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A template for creating custom tools for Cursor IDE using Model Context Protocol (MCP), allowing developers to extend Cursor's functionality with their own server-based tools.
                Last updated -
                11
                2
                Python
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                An MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.
                Last updated -
                1
                Python
                • Linux
                • Apple

              View all related MCP servers

              ID: sc9ntyn20z