loci for Gemini CLI
io.github.3m1ry33t/loci
Scoped memory for coding agents: picks the right project, answers in scope, or abstains.
client:Gemini CLI
transport:stdio
runtime:pypi
Install loci in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"loci": {
"command": "uvx",
"args": [
"loci-mem"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs