← 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.jsonPaste this
{
"experimental": {
"modelContextProtocolServers": [
{
"transport": {
"type": "http",
"url": "https://www.brunu.ai/api/mcp"
}
}
]
}
}Steps
- Open ~/.continue/config.json
- Add the snippet above (merge into existing experimental.modelContextProtocolServers if present)
- 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