Skip to content
Gemini CLI

WhyNote for Gemini CLI

io.github.coooolinz/why-note

Read-only search, todo listing, and daily note access for a WhyNote account

client:Gemini CLI transport:stdio runtime:npm

Install WhyNote 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": {
    "why-note": {
      "command": "npx",
      "args": [
        "-y",
        "why-note-mcp"
      ],
      "env": {
        "NOTE_URL": "<NOTE_URL>",
        "NOTE_TOKEN": "<NOTE_TOKEN>"
      }
    }
  }
}

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

WhyNote in other clients