Skip to content
Gemini CLI

Flowra for Gemini CLI

io.github.flowradev/mcp

Hosted AI agents and workflows with app OAuth, human approval gates, and a run ledger.

client:Gemini CLI transport:streamable-http

Install Flowra in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.flowra.dev/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Flowra in other clients