DenialPath for Gemini CLI
io.github.maxbeech/denialpath
Deterministic CMS NCCI/MUE claim scrubbing and CARC/RARC denial explanations, cited to source.
client:Gemini CLI
transport:streamable-http
tools:6
Install DenialPath in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"denialpath": {
"httpUrl": "https://denialpath.vercel.app/api/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs