Skip to content
Gemini CLI

crbro memory for Gemini CLI

io.github.octonove/crbro-memory

Persistent file-based memory for AI agents: inspectable, versionable, fully local.

client:Gemini CLI transport:stdio runtime:npm

Install crbro memory in Gemini CLI

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

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

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

crbro memory in other clients