Skip to content
Grok

Reelier for Grok

io.github.seldonframe/reelier

Snapshot tests and CI for agent workflows: record a run, replay it at 0 tokens, diff for drift.

client:Grok transport:stdio runtime:npm

Install Reelier in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "reelier": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "reelier"
      ]
    }
  }
}

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

Reelier in other clients