sendpage for Gemini CLI
com.sendpageapp/sendpage
Publish an HTML document as a link anyone can open in one tap, plus PDF, image and Word export.
client:Gemini CLI
transport:streamable-http
tools:7
Install sendpage in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sendpage": {
"httpUrl": "https://sendpageapp.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs