Skip to content
Gemini CLI

Dear User for Gemini CLI

io.github.bleedmode/dearuser

Tells you how you and your Claude agent actually work together. Local-only, no API keys.

client:Gemini CLI transport:stdio runtime:npm

Install Dear User in Gemini CLI

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

{
  "mcpServers": {
    "dearuser": {
      "command": "npx",
      "args": [
        "-y",
        "@poisedhq/dearuser-mcp"
      ]
    }
  }
}

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

Dear User in other clients