fimemory for Gemini CLI
io.github.futureaiindustries/fimemory
Local-first shared memory for AI tools. Your files, encrypted at rest by default; budgeted reads.
client:Gemini CLI
transport:stdio
runtime:npm
Install fimemory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"fimemory": {
"command": "npx",
"args": [
"-y",
"fimemory"
],
"env": {
"GESTALT_PASSPHRASE": "<GESTALT_PASSPHRASE>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs