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
{
"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