Brunu AI
KeepExploring.
← Back to Brunu MCP

Connect Cline (VS Code)

Cline is a VS Code extension that supports MCP servers natively. Add Brunu to its MCP config and Cline will surface forecast data in any chat.

Config file

Cline → MCP Servers → Configure

Paste this

{
  "mcpServers": {
    "brunu": {
      "url": "https://www.brunu.ai/api/mcp",
      "disabled": false
    }
  }
}

Steps

  1. Open VS Code → Cline panel → click the MCP icon in the header
  2. Click "Configure MCP Servers" → paste the JSON above
  3. Save — Cline reconnects automatically and shows brunu in the active server list

Test it works

Once connected, ask the AI:

What is Brunu's track record on geopolitical forecasts?

The AI should call brunu_get_track_record and quote the live numbers.

Client docs: https://docs.cline.bot/mcp/mcp-server-development-protocol


Issues or want a client added? info@etra.global