Skip to content
Windsurf

IronWallet for Windsurf

io.ironwallet/mcp-server

Non-custodial crypto wallet MCP: check balances, sign and send transfers, and swap tokens locally.

client:Windsurf transport:stdio runtime:npm

Install IronWallet 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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ironwallet/mcp-server"
      ],
      "env": {
        "IW_READ_ONLY": "<IW_READ_ONLY>"
      }
    }
  }
}

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

IronWallet in other clients