gasfeepredictor mcp for Zed
io.github.higherbeing/gasfeepredictor-mcp
Live Ethereum and L2 gas fees for AI agents: current gas, cheapest L2, ETH price, cost estimates.
client:Zed
transport:stdio
runtime:npm
Install gasfeepredictor mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gasfeepredictor-mcp": {
"command": "npx",
"args": [
"-y",
"gasfeepredictor-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs