Overview
Use this guide to register Centaur in Codex and verify that it can calllist_events.
That verification prompt is only a simple smoke test. Once connected, Codex can use the broader Centaur surface across events, messages, positions, discovery, and stats.
Before you begin
Before you begin, make sure you have:- A Centaur account that already has partner access enabled
- Access to the Codex CLI or your local Codex configuration
Set up Codex
-
Add the server with the Codex CLI:
-
If you prefer a persistent config file, add the equivalent entry to
~/.codex/config.toml: - Let Codex dynamically register the MCP client if prompted.
- If Codex prompts for sign-in, continue in the browser and approve the Centaur access request.
Compatibility fallback
If your current Codex build cannot complete the OAuth flow yet, add the same server with a bearer API key header:Verify the integration
After setup, confirm the server is registered:Install the Centaur skill
Now that Codex is connected, install the Public skill to get a guided Centaur workflow in your client.Troubleshooting
- If
codex mcp listdoes not showcentaur-partners, rerun thecodex mcp addcommand and confirm the URL is unchanged. - If the browser sign-in flow does not appear or does not complete, use the compatibility fallback header configuration.
- If you manage MCP servers through
config.toml, restart Codex after saving the file. - Some OpenAI API-side MCP integrations may still require your application to supply an access token directly. This guide is for the interactive Codex client flow.