Skip to content
Cursor

bridgekitty for Cursor

io.github.persistenceone/bridgekitty

Cross-chain bridge aggregator — compares LI.FI, deBridge, Relay, Across & more for best rates.

client:Cursor transport:stdio runtime:npm

Install bridgekitty in Cursor

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

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

{
  "mcpServers": {
    "bridgekitty": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@persistenceone/bridgekitty"
      ],
      "env": {
        "LIFI_API_KEY": "<LIFI_API_KEY>",
        "SQUID_INTEGRATOR_ID": "<SQUID_INTEGRATOR_ID>"
      }
    }
  }
}

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

bridgekitty in other clients