アンブロッカーMCPの構築
ハングした Windows ビルド実行ファイルを終了するための Cursor IDE 用の Model-Context-Protocol (MCP) サーバー。
特徴
- 指定されたビルド プロセス (
cl.exe
、link.exe
、msbuild.exe
など) を監視します。 - 設定可能な期間(デフォルトは90秒)アイドル状態(CPU使用率1%未満)のプロセスを終了します。
- カーソル IDE がブロック解除プロセスをトリガーするためのツール (
unblock_build
) を提供します
インストール
- Python 3.11 以降がインストールされていることを確認してください。
- pipx を使用してインストールします (CLI ツールの場合は推奨):または pip を使用します:
カーソル統合
カーソル IDE 設定 ( settings.json
) に以下を追加します。
局所煙試験
ツールを手動で実行してテストすることができます (プロセスの強制終了を回避するには--dry-run
を使用します)。
継続的インテグレーション
( your-github-username
を実際の GitHub ユーザー名に置き換え、 build-unblocker-mcp
リポジトリ名に置き換えます)
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
This server cannot be installed
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 など) がアイドル状態になったときに監視および終了します。
Related MCP Servers
- AsecurityAlicenseAqualityA template for creating and connecting custom tools to Cursor IDE using Model Context Protocol with support for cheerful server responses.Last updated -41PythonMIT License
- AsecurityAlicenseAqualityA 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 -3JavaScriptMIT License
- AsecurityAlicenseAqualityA 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 -112PythonMIT License
- -securityFlicense-qualityAn MCP server that provides detailed information about your development environment to the Cursor code editor, enabling more context-aware assistance.Last updated -1Python