BankBridge for Cursor
money.bankbridge/server
Read-only bank access for your AI agent. Connects Claude, ChatGPT, Cursor, Gemini, Codex.
client:Cursor
transport:streamable-http
Install BankBridge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"server": {
"url": "https://bankbridge.money/api/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs