Skip to content
Gemini CLI

changeflow for Gemini CLI

io.github.stevebutterworth/changeflow

AI-powered web monitoring. Track any website, get structured change intelligence.

client:Gemini CLI transport:stdio runtime:npm

Install changeflow 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": {
    "changeflow": {
      "command": "npx",
      "args": [
        "-y",
        "changeflow-mcp-server"
      ],
      "env": {
        "CHANGEFLOW_API_TOKEN": "<CHANGEFLOW_API_TOKEN>"
      }
    }
  }
}

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

changeflow in other clients