srdcheck for Grok
io.github.chaoz23/srdcheck
Scoped deterministic SRD 5.2.1 rules checks for agents — applied rules cited, boundaries explicit.
client:Grok
transport:stdio
runtime:pypi
Install srdcheck in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"srdcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"srdcheck"
]
}
}
}
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