dmcheck for Grok
io.github.chaoz23/dmcheck
Deterministic conduct verdicts for live tabletop sessions - CI for running a game.
client:Grok
transport:stdio
runtime:pypi
Install dmcheck in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dmcheck": {
"type": "stdio",
"command": "uvx",
"args": [
"dmcheck"
]
}
}
}
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