Pondchat for Gemini CLI
com.pondchat/pondchat
Ephemeral P2P WebRTC video rooms — create a pond, share the link, talk.
client:Gemini CLI
transport:streamable-http
tools:4
Install Pondchat in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pondchat": {
"httpUrl": "https://pondchat.com/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs