Skip to content
Gemini CLI

Explicit Formula — Second Brain for Gemini CLI

io.github.travisbergen2/second-brain

Your own notes, searched and cited by your AI — local-only, allowlist-gated, capped, and logged.

client:Gemini CLI transport:stdio runtime:npm

Install Explicit Formula — Second Brain in Gemini CLI

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

{
  "mcpServers": {
    "second-brain": {
      "command": "npx",
      "args": [
        "-y",
        "@travisbergen2/second-brain-mcp"
      ]
    }
  }
}

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

Explicit Formula — Second Brain in other clients