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

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 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
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.

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

  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