RuleDrift for Grok
io.github.ri7in/rule-drift
Test whether AI agents retain critical instructions as conversations grow.
client:Grok
transport:stdio
runtime:npm
Install RuleDrift in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rule-drift": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rule-drift"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs