claude-webcache for Gemini CLI
io.github.theyahia/claude-webcache
Cross-session WebFetch cache for Claude Code. Unlimited TTL by default, SQLite, MCP plugin.
client:Gemini CLI
transport:stdio
runtime:npm
Install claude-webcache in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"claude-webcache": {
"command": "npx",
"args": [
"-y",
"@theyahia/claude-webcache"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs