isitdone for Grok
io.github.raimondasl/isitdone
Make a coding agent prove it: run the repo's real tests, typecheck and lint before it says done.
client:Grok
transport:stdio
runtime:npm
Install isitdone in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"isitdone": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aivolution/isitdone"
]
}
}
}
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