blacksmith for Cline
io.github.grahamnotgrant/blacksmith
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
client:Cline
transport:stdio
runtime:npm
Install blacksmith in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"blacksmith": {
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<BLACKSMITH_SESSION_COOKIE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs