Skip to content
Gemini CLI

Snapy.host for Gemini CLI

host.snapy/snapy

Publish text or HTML to Snapy.host and get a shareable link that shows who opened it.

client:Gemini CLI transport:stdio runtime:npm

Install Snapy.host 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": {
    "snapy": {
      "command": "npx",
      "args": [
        "-y",
        "snapy-mcp"
      ],
      "env": {
        "SNAPY_API_KEY": "<SNAPY_API_KEY>"
      }
    }
  }
}

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

Snapy.host in other clients