Skip to content
Gemini CLI

Notes for Gemini CLI

dev.jpwilliams.notes/notes

A daily notebook your AI writes in — on today's page, in your entity graph, marked as its own.

client:Gemini CLI transport:streamable-http

Install Notes in Gemini CLI

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

{
  "mcpServers": {
    "notes": {
      "httpUrl": "https://notes.jpwilliams.dev/api/v1/mcp"
    }
  }
}

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

Notes in other clients