agent eval for Grok
io.github.rudrendupaul/agent-eval
Statistical regression testing for LLM agents: p-value, effect size, and CI on behavior change.
client:Grok
transport:stdio
runtime:pypi
Install agent eval in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-eval": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-regress-cli"
]
}
}
}
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