Windsurf
Add to mcp_config.json.
Windsurf’s Cascade agent reads a JSON config file. One gotcha: the field is
serverUrl, not url — easy to miss if you’re coming from Cursor.Step 01
Edit ~/.codeium/windsurf/mcp_config.json.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"bankbridge": {
"serverUrl": "https://bankbridge.money/api/mcp",
"headers": {
"Authorization": "Bearer ldgr_your_api_key_here"
}
}
}
}Grab a real key from your keys page. Windsurf also supports ${env:VAR} interpolation if you’d rather not hardcode tokens.
Step 02
There is no step 2.
Reload Cascade. BankBridge tools appear in the agent’s tool list.
Problems? Email hello@bankbridge.money.