Claimidx for Grok
io.github.claimidx/claimidx
Prior art for AI agents. Ask a claim index before retrying a known failure.
client:Grok
transport:stdio
runtime:pypi
Install Claimidx in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"claimidx": {
"type": "stdio",
"command": "uvx",
"args": [
"claimidx"
],
"env": {
"CLAIMIDX_OWNER": "<CLAIMIDX_OWNER>"
}
}
}
}
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