gasfeepredictor mcp for Gemini CLI
io.github.higherbeing/gasfeepredictor-mcp
Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.
client:Gemini CLI
transport:stdio
runtime:npm
Install gasfeepredictor mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"gasfeepredictor-mcp": {
"command": "npx",
"args": [
"-y",
"gasfeepredictor-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs