Skip to content
Grok

inferrail for Grok

io.github.domondi1/inferrail

Read-only MCP tools over Inferrail's local receipt ledger: attributed spend and gateway health.

client:Grok transport:stdio runtime:pypi

Install inferrail in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "inferrail": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "inferrail"
      ]
    }
  }
}

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

inferrail in other clients