verdict mcp for Grok
io.github.dgotlieb/verdict-mcp
Sandboxed test runs for coding agents: compact typed verdicts with failure fingerprints and history
client:Grok
transport:stdio
runtime:pypi
Install verdict mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"verdict-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"verdict-mcp"
],
"env": {
"VERDICT_PROJECT": "<VERDICT_PROJECT>"
}
}
}
}
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