Skip to content
Gemini CLI

FlutterGo for Gemini CLI

ai.fluttergo/remote

Create, edit, preview, and build Flutter apps via FlutterGo.AI cloud MCP (OAuth).

client:Gemini CLI transport:streamable-http

Install FlutterGo in Gemini CLI

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

{
  "mcpServers": {
    "remote": {
      "httpUrl": "https://fluttergo.ai/api/mcp/remote"
    }
  }
}

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

FlutterGo in other clients