Connect Buron to GitHub Copilot
Add the Buron MCP server to GitHub Copilot in VS Code so the agent can access your team's data.
This guide assumes you already have a Buron account with a team set up. If not, start with Install the Buron CLI.
Set up with the CLI
Run setup in your project folder:
buron setupSelect GitHub Copilot when asked which editors to install into, and say yes when asked to add the MCP server. The CLI writes the config to .vscode/mcp.json.
Sign in
Restart VS Code to pick up the new MCP server. The first time Copilot connects, your browser opens to sign in. Approve the connection and return to VS Code.
Verify the connection
In Copilot's agent mode, ask:
List my available dashboards in BuronIf you see dashboards, the connection is working.
Set up manually
Copy your MCP server URL from Settings in Buron. Create or edit .vscode/mcp.json in your project:
{
"servers": {
"buron": {
"type": "streamable-http",
"url": "https://app.buron.ai/api/mcp?teamId=<your-team-id>"
}
}
}Next steps
- Query ad performance from inside VS Code
- File a launch when you ship a feature
- Tools reference for the full list of what's available
Was this page helpful?
Connect Buron to Cursor
Add the Buron MCP server to Cursor so its agent can access your team's ad data, dashboards, and knowledge files.
How launches work
The loop from code change to marketing asset. How Buron turns a code diff into a changelog, blog post, and social thread without a briefing meeting.