Skip to main content
Glama

Build Unblocker MCP

アンブロッカー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ファイルをご覧ください。

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.

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