driftwatch for Cursor
io.github.dhughes6071/driftwatch
What broke between two dependency versions, with a citation for every claim. No API key needed.
client:Cursor
transport:stdio
runtime:npm
Install driftwatch in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"driftwatch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"driftwatch-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs