Skip to content
Gemini CLI

mFlow for Gemini CLI

io.m-flow/mflow

Shared task board and knowledge base for AI coding agents

client:Gemini CLI transport:streamable-http

Install mFlow in Gemini CLI

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

{
  "mcpServers": {
    "mflow": {
      "httpUrl": "https://mcp.m-flow.io/mcp"
    }
  }
}

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

mFlow in other clients