Skip to content
Gemini CLI

mcp standardnotes for Gemini CLI

io.github.lozit/mcp-standardnotes

End-to-end encrypted access to a Standard Notes vault (protocol 004, local stdio only).

client:Gemini CLI transport:stdio runtime:npm

Install mcp standardnotes 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": {
    "mcp-standardnotes": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-standardnotes"
      ],
      "env": {
        "SN_EMAIL": "<SN_EMAIL>",
        "SN_SERVER_URL": "<SN_SERVER_URL>",
        "SN_CERT_FINGERPRINT": "<SN_CERT_FINGERPRINT>"
      }
    }
  }
}

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

mcp standardnotes in other clients