Developer Tools
Trust: 34/100 (Limited)io.github.grahamnotgrant/blacksmith Guide
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
1 starsby grahamnotgrant
Quick Start
Install
npx blacksmith-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-grahamnotgrant-blacksmith": {
"command": "npx",
"args": [
"blacksmith-mcp"
]
}
}
}