Odel
blacksmith mcp

blacksmith mcp

Local
@grahamnotgrant5TypeScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmblacksmith-mcpv0.1.1

Run

npx -y blacksmith-mcp

MCP client config

{
  "mcpServers": {
    "blacksmith-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "blacksmith-mcp"
      ]
    }
  }
}