Hackle for Gemini CLI
io.github.hackle-io/hackle-mcp
Remote MCP server for the Hackle Admin API: experiments, feature flags, remote config, messaging.
client:Gemini CLI
transport:streamable-http
Install Hackle in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"hackle-mcp": {
"httpUrl": "https://mcp.hackle.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