Skip to content
Grok

Engram for Grok

io.github.rwnalds/engram

Git-backed markdown memory for AI agents; search hides superseded and archived notes.

client:Grok transport:stdio runtime:oci

Install Engram in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "engram": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/rwnalds/engram:0.1.2"
      ]
    }
  }
}

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

Engram in other clients