opencode
Add to opencode.json.
Paste this block into your opencode config — global or per-project — and restart.
Step 01
Open ~/.config/opencode/opencode.json and add the mcp block.
(Or create a project-local opencode.json — project overrides global.)
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bankbridge": {
"type": "remote",
"url": "https://bankbridge.money/api/mcp",
"enabled": true,
"oauth": false,
"headers": {
"Authorization": "Bearer ldgr_your_api_key_here"
}
}
}
}Replace ldgr_your_api_key_here with a real key from your keys page. The "oauth": false line tells opencode not to attempt an OAuth browser flow on 401 — we use a static bearer token.
Step 02
There is no step 2.
Start or restart opencode. Run opencode mcp list to confirm bankbridge is listed and ready.
Problems? Email hello@bankbridge.money.