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
{
"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