Skip to content
Grok

zaxy for Grok

io.github.syndicalt/zaxy

Event-sourced, auditable agent memory over MCP: cited checkout, replayable provenance.

client:Grok transport:stdio runtime:pypi

Install zaxy in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "zaxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zaxy-memory"
      ]
    }
  }
}

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

zaxy in other clients