Skip to content
Gemini CLI

Project Memory for Gemini CLI

io.github.dankaro-projects/project-memory

Local decisions, evidence, outcomes and reviewed lessons with bounded retrieval and an HTML viewer.

client:Gemini CLI transport:stdio runtime:pypi

Install Project Memory in Gemini CLI

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

{
  "mcpServers": {
    "project-memory": {
      "command": "uvx",
      "args": [
        "project-memory-mcp"
      ]
    }
  }
}

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

Project Memory in other clients