Skip to content
Gemini CLI

peon mem for Gemini CLI

io.github.vineetv2/peon-mem

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

client:Gemini CLI transport:stdio runtime:npm

Install peon mem 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": {
    "peon-mem": {
      "command": "npx",
      "args": [
        "-y",
        "peon-mem"
      ],
      "env": {
        "PEON_DAEMON_URL": "<PEON_DAEMON_URL>"
      }
    }
  }
}

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

peon mem in other clients