mcp-build-toolchain

jlopezm/mcp-build-toolchain

3.1

If you are the rightful owner of mcp-build-toolchain and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Advanced build toolchain with compilation error analysis and filtering capabilities.

The MCP Build Toolchain is designed to optimize the use of tokens by allowing an LLM model to process and address compilation warnings and errors efficiently. It is particularly useful when build logs are too extensive to be sent to a model in their entirety. By utilizing Clinerules, the toolchain can direct information to specific projects and determine how to handle the results. Additionally, it can use a secondary file to list warnings or errors that should be ignored, preventing the model from attempting to fix them.

Features

  • Processes raw compilation logs into structured data.
  • Integrates with .clinerules for targeted filtering.
  • Prioritizes critical errors first.
  • Generates actionable remediation steps.

Usages

usage with Claude Desktop Development Unpublished

"mcpServers": {
  "mcp-build-toolchain": {
    "command": "uv",
    "args": [
      "--directory",
      "/Users/username/mcp/mcp-build-toolchain",
      "run",
      "mcp-build-toolchain"
    ]
  }
}

usage with Claude Desktop Published

"mcpServers": {
  "mcp-build-toolchain": {
    "command": "uvx",
    "args": [
      "mcp-build-toolchain"
    ]
  }
}

usage with Cline

"mcpServers": {
  "mcp-build-toolchain": {
    "command": "uvx",
    "args": [
      "mcp-build-toolchain"
    ],
    "disabled": false,
    "autoApprove": []
  }
}

Tools

  1. 1

    get-compilation-errors