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
{
"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