Hive Flag for Gemini CLI
io.github.srotzin/hive-mcp-flag
Feature flag service for safe rollouts across the Hive agent fleet
client:Gemini CLI
transport:streamable-http
Install Hive Flag in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hive-mcp-flag": {
"httpUrl": "https://hive-mcp-flag.onrender.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs