Cursor
Add to ~/.cursor/mcp.json.
Global (all projects) or per-project. Cursor uses
streamable-http as the transport type for remote MCP servers.Step 01
Edit your Cursor MCP config.
Global at ~/.cursor/mcp.json, or per-project at .cursor/mcp.json in the repo root:
~/.cursor/mcp.json
{
"mcpServers": {
"bankbridge": {
"url": "https://bankbridge.money/api/mcp",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer ldgr_your_api_key_here"
}
}
}
}Swap ldgr_your_api_key_here for a real key from your keys page.
Step 02
There is no step 2.
Restart Cursor (or reload the MCP pane in Settings → MCP). The BankBridge tools light up in Composer + Chat.
Problems? Email hello@bankbridge.money.