flagpost for Gemini CLI
io.github.sathergate/flagpost
Feature flags for Next.js. One file, full control with A/B testing.
client:Gemini CLI
transport:stdio
runtime:npm
Install flagpost in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"flagpost": {
"command": "npx",
"args": [
"-y",
"flagpost"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs