Skip to content
Grok

Gaffer for Grok

sh.gaffer/mcp

Test analytics for AI agents: test history, flaky tests, failure clusters, coverage.

client:Grok transport:stdio runtime:npm

Install Gaffer in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gaffer-sh/mcp"
      ],
      "env": {
        "GAFFER_API_KEY": "<GAFFER_API_KEY>",
        "GAFFER_API_URL": "<GAFFER_API_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Gaffer in other clients