← All integrations
Cline

VS Code MCP config.

Cline (and its fork Roo Code) read from a JSON config inside VS Code’s settings directory. Same format for both.
Step 01

Open Cline's MCP settings.

In Cline’s sidebar, click the MCP Servers icon → Edit MCP Settings. Or edit cline_mcp_settings.json directly:

cline_mcp_settings.json
{
  "mcpServers": {
    "bankbridge": {
      "type": "streamable-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.

Cline reloads MCP config automatically. BankBridge tools appear in the agent’s tool list.

Problems? Email hello@bankbridge.money.