RuleDrift for Cursor
io.github.ri7in/rule-drift
Test whether AI agents retain critical instructions as conversations grow.
client:Cursor
transport:stdio
runtime:npm
Install RuleDrift in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rule-drift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rule-drift"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs