claude token saver mcp for Gemini CLI
io.github.blackfoil/claude-token-saver-mcp
MCP server that offloads routine coding tasks to local LLM (Ollama) to save Claude API tokens
client:Gemini CLI
transport:stdio
runtime:npm
Install claude token saver mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"claude-token-saver-mcp": {
"command": "npx",
"args": [
"-y",
"claude-token-saver-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs