Skip to content
Zed

Gaffer for Zed

sh.gaffer/mcp

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

client:Zed transport:stdio runtime:npm

Install Gaffer in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

Gaffer in other clients