Skip to content
Gemini CLI

mindpm for Gemini CLI

io.github.umitkavala/mindpm

Persistent project memory for LLMs via SQLite. Never re-explain your project again.

client:Gemini CLI transport:stdio runtime:npm

Install mindpm 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": {
    "mindpm": {
      "command": "npx",
      "args": [
        "-y",
        "mindpm"
      ],
      "env": {
        "MINDPM_DB_PATH": "<MINDPM_DB_PATH>",
        "MINDPM_PORT": "<MINDPM_PORT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mindpm in other clients