← Index

io.github.grahamnotgrant/blacksmith

io.github.grahamnotgrant/blacksmith·v0.1.1·Other
Quality Score
75
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "blacksmith": {
      "command": "npx",
      "args": [
        "-y",
        "blacksmith-mcp"
      ],
      "env": {
        "BLACKSMITH_ORG": "<blacksmith_org>",
        "BLACKSMITH_SESSION_COOKIE": "<your-blacksmith_session_cookie>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "blacksmith": {
      "command": "npx",
      "args": [
        "-y",
        "blacksmith-mcp"
      ],
      "env": {
        "BLACKSMITH_ORG": "<blacksmith_org>",
        "BLACKSMITH_SESSION_COOKIE": "<your-blacksmith_session_cookie>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y blacksmith-mcp
§02  Environment variables
BLACKSMITH_ORG
required

Your Blacksmith organization name

BLACKSMITH_SESSION_COOKIE
secret

Session cookie (auto-extracted from Chrome if not set)

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other