GitHub Copilot
One mcp.json, every Copilot host.
Copilot Chat in VS Code, JetBrains, Visual Studio, Xcode, and the Copilot CLI all share the same MCP config. Edit once, use everywhere.
Step 01
Open the MCP config file.
In VS Code: Cmd-Shift-P → MCP: Open User Configuration. (Other hosts: check your Copilot settings for the same command.) Paste:
mcp.json
{
"servers": {
"bankbridge": {
"type": "http",
"url": "https://bankbridge.money/api/mcp",
"headers": {
"Authorization": "Bearer ldgr_your_api_key_here"
}
}
}
}Replace ldgr_your_api_key_here with a real key from your keys page.
Step 02
There is no step 2.
BankBridge appears in Copilot’s tools picker. Enable it in any chat.
Enterprise deployments
Copilot Enterprise admins can block custom MCP servers via org policy. If BankBridge doesn’t show up, your org may have restricted it. Ask your admin to allowlist bankbridge.money.
Problems? Email hello@bankbridge.money.