Skip to content
Zed

driftwatch for Zed

io.github.dhughes6071/driftwatch

What broke between two dependency versions, with a citation for every claim. No API key needed.

client:Zed transport:stdio runtime:npm

Install driftwatch 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": {
    "driftwatch": {
      "command": "npx",
      "args": [
        "-y",
        "driftwatch-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

driftwatch in other clients