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 connect. The CLI writes the config to .vscode/mcp.json and installs the Buron skills into .agents/skills/.
Set up manually
Create or edit .vscode/mcp.json in your project:
{
"servers": {
"buron": {
"type": "http",
"url": "https://app.buron.ai/api/mcp"
}
}
}Sign in
Restart VS Code to pick up the new server. The first time Copilot connects, your browser opens to sign in to Buron. 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.
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 Codex
Add the Buron MCP server to OpenAI Codex 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.