Skip to main content
Glama

Build Unblocker MCP

빌드 언블로커 MCP

Cursor IDE가 멈춘 Windows 빌드 실행 파일을 종료하기 위한 MCP(Model-Context-Protocol) 서버입니다.

특징

  • 지정된 빌드 프로세스( cl.exe , link.exe , msbuild.exe 등)를 모니터링합니다.
  • 구성 가능한 기간(기본값 90초) 동안 유휴 상태(CPU 사용률 1% 미만)인 프로세스를 종료합니다.
  • Cursor IDE가 차단 해제 프로세스를 트리거할 수 있는 도구( unblock_build )를 제공합니다.

설치

  1. Python 3.11 이상이 설치되어 있는지 확인하세요.
  2. pipx를 사용하여 설치합니다(CLI 도구에 권장):지엑스피1또는 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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

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.

cl.exe, link.exe, msbuild.exe와 같은 Windows 빌드 실행 파일이 유휴 상태가 되면 모니터링하고 종료하는 Cursor IDE용 모델-컨텍스트-프로토콜 서버입니다.

  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