all quiet for Gemini CLI
io.usefulapi/all-quiet
Manage incidents and on-call: list/create/update incidents, who is on call, on-call overrides.
client:Gemini CLI
transport:streamable-http
Install all quiet in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"all-quiet": {
"httpUrl": "https://all-quiet.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