← All integrations
JetBrains Junie

Add to ~/.junie/mcp/mcp.json.

Junie is JetBrains’ agentic AI for IntelliJ / PyCharm / WebStorm / Rider / etc. Drop a config file, restart the IDE, BankBridge appears in the Tools panel.
Step 01

Edit Junie's MCP config.

Create ~/.junie/mcp/mcp.json (or per-project at .junie/mcp/mcp.json in the repo root):

mcp.json
{
  "mcpServers": {
    "bankbridge": {
      "type": "http",
      "url": "https://bankbridge.money/api/mcp",
      "headers": {
        "Authorization": "Bearer bbk_your_api_key_here"
      }
    }
  }
}
Restart JetBrains Junie after editing the config.
Step 02

Verify it works.

Restart your JetBrains IDE, open Junie’s chat, and ask:

try this
what are my biggest merchants this month?

Junie lists BankBridge in Tools | Junie | MCP Settings with the 12 tools enabled.

Troubleshooting
Client connects but shows 0 tools.
Usually the client is caching an old config, or you're on a mode that doesn't expose tools (Ask/Edit vs Agent, for example).
Fix: Fully quit + relaunch the host app. In VS Code Copilot, switch to Agent mode.
401 Unauthorized on every call.
The API key is missing, typo'd, or got revoked. Check the Authorization header starts with `Bearer ` (note the space) and ends in a key you still own.
Fix: Paste a fresh key from Settings.
Problems? Email hello@bankbridge.money.