Skip to content
Gemini CLI

engram for Gemini CLI

io.github.tstockham96/engram

Intelligent agent memory with automatic extraction, consolidation, and bi-temporal recall.

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-sdk"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_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