Prerequisites
OpenAI Codex
Install Codex CLI
Control Plane account
Sign up at console.cpln.io if you don’t have an account yet
For the latest MCP configuration options, refer to the official OpenAI Codex documentation.
Add the MCP server
Register the server
Use the
codex mcp add command:Connecting to the bare URL uses the default
core toolset profile — a focused set that already covers the whole build-and-operate workflow (it can read and delete any resource kind generically, and reach anything else through the raw-API tool), which is the right fit for this client. Append ?toolsets=mk8s to add BYOK Kubernetes tools, or ?toolsets=full for everything. See toolset profiles.Sign in
Run the login command:Your browser opens:
- Sign in to Control Plane (Google, GitHub, Microsoft, or SAML).
- Select the orgs you want this Codex install to access.
- Click Authorize.
Example conversation
Troubleshooting
Browser didn't open for sign-in
Browser didn't open for sign-in
Some terminal setups can’t launch a browser.
codex mcp login cpln prints a fallback URL — copy it into a browser on the same machine and complete sign-in there.Need to change which orgs are authorized
Need to change which orgs are authorized
Next steps
Usage Examples
Practical prompts for common Control Plane workflows
AI Plugin
Layer skills, agents, slash commands, and guardrails on top of the MCP server