Skip to content
Gemini CLI

Phonebook for Gemini CLI

io.github.stag-build/phonebook

Self-hosted gallery of your SwiftUI #Preview and Jetpack Compose @Preview screens.

client:Gemini CLI transport:stdio runtime:npm

Install Phonebook in Gemini CLI

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

{
  "mcpServers": {
    "phonebook": {
      "command": "npx",
      "args": [
        "-y",
        "@stag-build/phonebook"
      ]
    }
  }
}

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

Phonebook in other clients