Build Unblocker MCP

Integrations

  • Provides continuous integration workflows for verifying the build unblocker functionality, as indicated by the CI Status badge in the README.

Desbloqueador de compilación MCP

Un servidor de Protocolo de contexto de modelo (MCP) para Cursor IDE para finalizar ejecutables de compilación de Windows bloqueados.

Características

  • Supervisa procesos de compilación específicos ( cl.exe , link.exe , msbuild.exe , etc.)
  • Finaliza los procesos que están inactivos (menos del 1 % de uso de CPU) durante una duración configurable (predeterminado 90 segundos)
  • Proporciona una herramienta ( unblock_build ) para que Cursor IDE active el proceso de desbloqueo.

Instalación

  1. Asegúrese de tener instalado Python 3.11 o posterior.
  2. Instalar usando pipx (recomendado para herramientas CLI):
    pipx install .
    O usando pip:
    pip install .

Integración del cursor

Agregue lo siguiente a la configuración de Cursor IDE ( settings.json ):

{ "mcpServers": { "build-unblocker": { "command": "unblock-build-mcp" } } }

Prueba de humo local

Puede ejecutar la herramienta manualmente para probarla (use --dry-run para evitar matar procesos):

pipx run unblock-build-mcp --idle-seconds 5 --dry-run

Integración continua

(Reemplace your-github-username con su nombre de usuario real de GitHub y build-unblocker-mcp con el nombre del repositorio)

Licencia

Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.

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

Un servidor de modelo-contexto-protocolo para Cursor IDE que supervisa y finaliza los ejecutables de compilación de Windows bloqueados (como cl.exe, link.exe, msbuild.exe) cuando quedan inactivos.

  1. Características
    1. Instalación
      1. Integración del cursor
        1. Prueba de humo local
          1. Integración continua
            1. Licencia

              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