Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Claimidx in other clients