Brunu AI
KeepExploring.
← Back to Brunu MCP

Connect Continue

Open-source AI code assistant. Add Brunu to your config and Continue will use forecast tools alongside any other MCP servers you have.

Config file

~/.continue/config.json

Paste this

{
  "experimental": {
    "modelContextProtocolServers": [
      {
        "transport": {
          "type": "http",
          "url": "https://www.brunu.ai/api/mcp"
        }
      }
    ]
  }
}

Steps

  1. Open ~/.continue/config.json
  2. Add the snippet above (merge into existing experimental.modelContextProtocolServers if present)
  3. Reload Continue (it picks up config changes automatically)

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.continue.dev/customize/deep-dives/mcp


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