Skip to content
Gemini CLI

mcp ezpath for Gemini CLI

io.github.infiniteezverse/mcp-ezpath

Base DEX meta-router. Races 0x, ParaSwap, Aerodrome & Uniswap V3. Best quote. X402 pay-per-use.

client:Gemini CLI transport:stdio runtime:npm

Install mcp ezpath in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-ezpath": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ezpath"
      ],
      "env": {
        "EZPATH_WALLET_KEY": "<EZPATH_WALLET_KEY>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp ezpath in other clients