Skip to content
Gemini CLI

MindFlows for Gemini CLI

us.mindflows/mcp-server

Visual workflow memory: search, read, and freeze MindFlows workflows from any agent.

client:Gemini CLI transport:streamable-http

Install MindFlows in Gemini CLI

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

{
  "mcpServers": {
    "mcp-server": {
      "httpUrl": "https://mcp.mindflows.us"
    }
  }
}

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

MindFlows in other clients