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
{
"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