The Deployer for Gemini CLI
com.thedploy/deployer
Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.
client:Gemini CLI
transport:streamable-http
runtime:npm
tools:6
Install The Deployer in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"deployer": {
"httpUrl": "https://app.thedploy.com/api/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs