loading…
Search for a command to run...
loading…
MCP server that integrates GauntletCI to analyze behavioral change risk in commits, providing findings as text, JSON, or SARIF reports for AI assistants.
MCP server that integrates GauntletCI to analyze behavioral change risk in commits, providing findings as text, JSON, or SARIF reports for AI assistants.
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 |
get_sarif |
Run GauntletCI, return SARIF 2.1.0 report |
dotnet tool install -g GauntletCInpm install
npm run build
Add to claude_desktop_config.json:
{
"mcpServers": {
"gauntletci": {
"command": "node",
"args": ["/path/to/GauntletCI-MCP/dist/index.js"]
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"gauntletci": {
"type": "stdio",
"command": "node",
"args": ["${workspaceFolder}/path/to/GauntletCI-MCP/dist/index.js"]
}
}
}
Once connected, ask your AI assistant:
Выполни в терминале:
claude mcp add gauntletci-mcp -- npx Да, GauntletCI MCP бесплатный — установка в один клик через Unyly без оплаты.
Нет, GauntletCI работает без API-ключей и переменных окружения.
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Открой GauntletCI на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolProvides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzНе уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai