Skip to content
Gemini CLI

projectmind for Gemini CLI

io.github.nodemint-dev/projectmind

Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.

client:Gemini CLI transport:stdio runtime:npm

Install projectmind in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "projectmind": {
      "command": "npx",
      "args": [
        "-y",
        "@nodemint/projectmind"
      ]
    }
  }
}

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

projectmind in other clients