アンブロッカー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ファイルをご覧ください。
local-only server
The server can only run on the client's local machine because it depends on local resources.
Tools
カーソル IDE 用のモデル コンテキスト プロトコル サーバー。ハングした Windows ビルド実行可能ファイル (cl.exe、link.exe、msbuild.exe など) がアイドル状態になったときに監視および終了します。
Related MCP Servers
- -securityFlicense-qualityA 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 -6931Python
- -securityFlicense-qualityA 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 -21Python
- AsecurityAlicenseAqualityA powerful Model Context Protocol framework that extends Cursor IDE with tools for web content retrieval, PDF processing, and Word document parsing.Last updated -812PythonMIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server for Cursor IDE that simplifies the installation and configuration of other MCP servers.Last updated -39867JavaScriptMIT License