ship.page for Gemini CLI
page.ship/ship-page
Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.
client:Gemini CLI
transport:streamable-http
tools:11
Install ship.page in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"ship-page": {
"httpUrl": "https://ship.page/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs