Skip to content
Grok

engram for Grok

io.github.kael-bit/engram

Hierarchical memory for AI agents. Three-layer (buffer/working/core) with decay and promotion.

client:Grok transport:stdio runtime:npm

Install engram in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "engram": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "engram-rs-mcp"
      ],
      "env": {
        "ENGRAM_URL": "<ENGRAM_URL>",
        "ENGRAM_API_KEY": "<ENGRAM_API_KEY>"
      }
    }
  }
}

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