hypertune for Gemini CLI
io.usefulapi/hypertune
Evaluate and inspect your Hypertune feature flags from your AI assistant.
client:Gemini CLI
transport:streamable-http
tools:5
Install hypertune in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hypertune": {
"httpUrl": "https://hypertune.usefulapi.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