Skip to content
Cursor

forge swap for Cursor

io.github.morebetterclaw/forge-swap

FORGE Swap — cross-chain swaps via THORChain. Quote and execute BTC, ETH, RUNE, USDC swaps.

client:Cursor transport:stdio runtime:npm

Install forge swap in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "forge-swap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@morebetterclaw/forge-swap"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

forge swap in other clients