hoaster for Gemini CLI
app.hoaster/hoaster
Hosts AI-generated web content (HTML, images, SVG, JSON) at a public URL, with custom domains.
client:Gemini CLI
transport:streamable-http
Install hoaster in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hoaster": {
"httpUrl": "https://hoaster.app/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