Skip to content
Claude Desktop

blacksmith for Claude Desktop

io.github.grahamnotgrant/blacksmith

MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.

client:Claude Desktop transport:stdio runtime:npm

Install blacksmith in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "blacksmith": {
      "command": "npx",
      "args": [
        "-y",
        "blacksmith-mcp"
      ],
      "env": {
        "BLACKSMITH_ORG": "<BLACKSMITH_ORG>",
        "BLACKSMITH_SESSION_COOKIE": "<BLACKSMITH_SESSION_COOKIE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

blacksmith in other clients