chatflow for Gemini CLI
io.github.yersat/chatflow
WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.
client:Gemini CLI
transport:streamable-http
Install chatflow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"chatflow": {
"httpUrl": "https://valuable-sockeye-14.eu-west-1.convex.site/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs