Skip to content
Grok

Arcaeon Adapter for Grok

io.arcaeon/adapter

MCP stdio proxy that logs the tool-call seam to the ledger without the agent's cooperation

client:Grok transport:stdio runtime:pypi

Install Arcaeon Adapter in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "adapter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arcaeon-adapter"
      ]
    }
  }
}

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

Arcaeon Adapter in other clients