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
{
"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