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.
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 OpenAI Codex when asked which editors to connect. The CLI adds the server to ~/.codex/config.toml and installs the Buron skills into .agents/skills/, the directory Codex reads.
Set up manually
Add this block to ~/.codex/config.toml:
[mcp_servers.buron]
url = "https://app.buron.ai/api/mcp"The Codex IDE extension reads the same file, so one edit covers both.
Sign in
Codex handles Buron's OAuth sign-in with one command:
codex mcp login buronYour browser opens to sign in to Buron. Approve the connection and you're done.
Verify the connection
Ask Codex:
List my available dashboards in BuronIf you see dashboards, the connection is working.
Next steps
- Query ad performance from inside Codex
- File a launch when you ship a feature
- Tools reference for the full list of what's available
Was this page helpful?