Skip to content
Grok

ai r for Grok

io.github.pro-target/ai-r

Read local AI agent sessions (Claude Code, Codex, OpenCode, Antigravity, Pi): intents, plans, tools

client:Grok transport:stdio runtime:pypi

Install ai r in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ai-r": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-session-reader"
      ]
    }
  }
}

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

ai r in other clients