Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

fimemory in other clients