← Back to browse

blacksmith

Indexed by io.github.grahamnotgrant

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBLACKSMITH_ORG BLACKSMITH_SESSION_COOKIE
Claude Code
claude mcp add --env BLACKSMITH_ORG= --env BLACKSMITH_SESSION_COOKIE= blacksmith -- npx blacksmith-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"blacksmith","command":"npx","args":["blacksmith-mcp"],"env":{"BLACKSMITH_ORG":"","BLACKSMITH_SESSION_COOKIE":""}}'
JSON
{
  "mcpServers": {
    "blacksmith": {
      "command": "npx",
      "args": [
        "blacksmith-mcp"
      ],
      "env": {
        "BLACKSMITH_ORG": "",
        "BLACKSMITH_SESSION_COOKIE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.