Skip to content
VS Code

mcp ezpath for VS Code

io.github.infiniteezverse/mcp-ezpath

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

client:VS Code transport:stdio runtime:npm

Install mcp ezpath in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "ezpath-wallet-key",
      "description": "EZPATH_WALLET_KEY",
      "password": true
    }
  ],
  "servers": {
    "mcp-ezpath": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-ezpath"
      ],
      "env": {
        "EZPATH_WALLET_KEY": "${input:ezpath-wallet-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp ezpath in other clients