Serversio.github.grahamnotgrant/blacksmith
B

io.github.grahamnotgrant/blacksmith

io.github.grahamnotgrant/blacksmith · v0.1.1
▦ npm
v0.1.1npm npm: blacksmith-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.grahamnotgrant/blacksmith",
  "description": "MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.",
  "repository": {
    "url": "https://github.com/grahamnotgrant/blacksmith-mcp",
    "source": "github"
  },
  "version": "0.1.1",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}