Skip to content
Windsurf

Relay for Windsurf

io.github.reservoirprotocol/relay-mcp

Cross-chain bridge and swap quotes, fee estimation, and transaction tracking via Relay Protocol.

client:Windsurf transport:stdio runtime:npm

Install Relay in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "relay-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@relayprotocol/relay-mcp"
      ],
      "env": {
        "RELAY_API_KEY": "<RELAY_API_KEY>",
        "RELAY_API_URL": "<RELAY_API_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Relay in other clients