← Back to Plugins
MCP Server MCP

io.github.grahamnotgrant/blacksmith

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "blacksmith-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Blacksmith organization name",
          "isRequired": true,
          "format": "string",
          "name": "BLACKSMITH_ORG"
        },
        {
          "description": "Session cookie (auto-extracted from Chrome if not set)",
          "format": "string",
          "isSecret": true,
          "name": "BLACKSMITH_SESSION_COOKIE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...