MCP

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 setup

Select 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 buron

Your browser opens to sign in to Buron. Approve the connection and you're done.

Verify the connection

Ask Codex:

List my available dashboards in Buron

If you see dashboards, the connection is working.

Next steps

Was this page helpful?

On this page