Cache Key Explosion Auditor for Gemini CLI
com.mcpscores/cache-key-explosion-auditor
Audits a sample of HTTP request URLs against explicit, documented cache-key standardization rules...
client:Gemini CLI
transport:streamable-http
tools:1
Install Cache Key Explosion Auditor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"cache-key-explosion-auditor": {
"httpUrl": "https://mcp-factory.bowling-anthony.workers.dev/cache-key-explosion-auditor/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs