Skip to content
Cursor

blacksmith for Cursor

io.github.grahamnotgrant/blacksmith

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

client:Cursor transport:stdio runtime:npm

Install blacksmith in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

blacksmith in other clients