Skip to content
Gemini CLI

aide-memory for Gemini CLI

io.github.aide-memory/aide-memory

Persistent memory layer for AI coding agents — your agent remembers what you taught it.

client:Gemini CLI transport:stdio runtime:npm

Install aide-memory in Gemini CLI

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

{
  "mcpServers": {
    "aide-memory": {
      "command": "npx",
      "args": [
        "-y",
        "aide-memory"
      ]
    }
  }
}

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

aide-memory in other clients