← 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 → ConfigurePaste this
{
"mcpServers": {
"brunu": {
"url": "https://www.brunu.ai/api/mcp",
"disabled": false
}
}
}Steps
- Open VS Code → Cline panel → click the MCP icon in the header
- Click "Configure MCP Servers" → paste the JSON above
- 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