grounded support agent for Gemini CLI
io.github.ankit512/grounded-support-agent
Governed support MCP: answers only KB-grounded questions with citations, escalates the rest.
client:Gemini CLI
transport:stdio
runtime:pypi
Install grounded support agent in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"grounded-support-agent": {
"command": "uvx",
"args": [
"grounded-support-agent"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs