Skip to content
Gemini CLI

engram for Gemini CLI

io.github.kael-bit/engram

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

client:Gemini CLI transport:stdio runtime:npm

Install engram in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

engram in other clients