← All integrations
Gemini Code Assist

Same settings.json as Gemini CLI.

If you’ve already configured BankBridge for Gemini CLI, you’re done — Code Assist reads the same file. Otherwise:
Step 01

Edit ~/.gemini/settings.json.

~/.gemini/settings.json
{
  "mcpServers": {
    "bankbridge": {
      "httpUrl": "https://bankbridge.money/api/mcp",
      "headers": {
        "Authorization": "Bearer ldgr_your_api_key_here"
      }
    }
  }
}

Gemini uses httpUrl (not url). Replace the token with a real key from your keys page.

Step 02

Enable Agent Mode.

In VS Code’s Gemini Code Assist panel, switch to Agent Mode. Tools appear in the picker. (Note: not yet supported in the JetBrains Code Assist plugin.)

Problems? Email hello@bankbridge.money.