GauntletCI-MCP

EricCogen/GauntletCI-MCP
★ 0 stars TypeScript 🤖 AI/LLM Updated today
GauntletCI MCP server - expose change risk analysis as Model Context Protocol tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gauntletci-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EricCogen/GauntletCI-MCP"
      ]
    }
  }
}

README Excerpt

Model Context Protocol (MCP) server that exposes GauntletCI behavioral change risk analysis as tools for AI coding assistants (Claude, Copilot, Cursor, etc.). | Tool | Description | |------|-------------| | `analyze_commit` | Run GauntletCI on HEAD, return findings as readable text | | `get_findings_json` | Run GauntletCI, return raw JSON for programmatic use |

Tools (3)

analyze_commitget_findings_jsonget_sarif