Build Unblocker MCP

Integrations

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

アンブロッカーMCPの構築

ハングした Windows ビルド実行ファイルを終了するための Cursor IDE 用の Model-Context-Protocol (MCP) サーバー。

特徴

  • 指定されたビルド プロセス ( cl.exelink.exemsbuild.exeなど) を監視します。
  • 設定可能な期間(デフォルトは90秒)アイドル状態(CPU使用率1%未満)のプロセスを終了します。
  • カーソル IDE がブロック解除プロセスをトリガーするためのツール ( unblock_build ) を提供します

インストール

  1. Python 3.11 以降がインストールされていることを確認してください。
  2. pipx を使用してインストールします (CLI ツールの場合は推奨):
    pipx install .
    または pip を使用します:
    pip install .

カーソル統合

カーソル 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.

カーソル 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