cozo memory for Gemini CLI
io.github.tobs-code/cozo-memory
Local-first memory system for AI agents with hybrid search and graph reasoning
client:Gemini CLI
transport:stdio
runtime:npm
Install cozo memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cozo-memory": {
"command": "npx",
"args": [
"-y",
"cozo-memory"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs