total recall for Gemini CLI
io.github.bas-more/total-recall
Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.
client:Gemini CLI
transport:stdio
runtime:npm
Install total recall in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"total-recall": {
"command": "npx",
"args": [
"-y",
"@avi-total-recall/total-recall"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs