Skip to content
Gemini CLI

flow nexus for Gemini CLI

io.github.ruvnet/flow-nexus

Cloud-powered AI platform with multi-agent swarms, sandboxes, and workflow automation

client:Gemini CLI transport:stdio runtime:npm

Install flow nexus in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "flow-nexus": {
      "command": "npx",
      "args": [
        "-y",
        "flow-nexus"
      ],
      "env": {
        "FLOW_NEXUS_API_KEY": "<FLOW_NEXUS_API_KEY>",
        "FLOW_NEXUS_BASE_URL": "<FLOW_NEXUS_BASE_URL>",
        "E2B_API_KEY": "<E2B_API_KEY>",
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

flow nexus in other clients