Skip to content
Gemini CLI

Auditable memory (memory3l) for Gemini CLI

io.github.jayzht/memory3l-mcp

Audited memory over MCP: an append-only fact ledger plus verifiable invariants I1-I5.

client:Gemini CLI transport:stdio runtime:pypi

Install Auditable memory (memory3l) 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": {
    "memory3l-mcp": {
      "command": "uvx",
      "args": [
        "memory3l-mcp"
      ],
      "env": {
        "MEMORY3L_ROOT": "<MEMORY3L_ROOT>",
        "MEMORY3L_DB": "<MEMORY3L_DB>",
        "MEMORY3L_ALLOW_WRITE": "<MEMORY3L_ALLOW_WRITE>"
      }
    }
  }
}

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

Auditable memory (memory3l) in other clients