Skip to content
Grok

epiphany for Grok

io.github.gatsv-tech/epiphany

One private, local memory your AI tools share. Cross-model, on-device, never lose a session.

client:Grok transport:stdio runtime:npm

Install epiphany in Grok

.mcp.json (in your project root)

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

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

epiphany in other clients