Workflow for Gemini CLI
io.github.jonnyton/workflow-universe-server
Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.
client:Gemini CLI
transport:streamable-http
Install Workflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"workflow-universe-server": {
"httpUrl": "https://tinyassets.io/mcp-directory"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs