Cloudgate Workflow for Gemini CLI
dev.cloudgate/workflow
Build and manage Cloudgate workflow-APIs: controllers, actions, workflow graphs, and databases.
client:Gemini CLI
transport:streamable-http
Install Cloudgate Workflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"workflow": {
"httpUrl": "https://api.cloudgate.dev/mcp/workflow"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs