To securely access your company's enterprise applications directly from OpenAI Codex, you must connect it to the JumpCloud AI Gateway. Connecting through JumpCloud ensures your enterprise data remains secure and your access is verified.
Configuring Codex
OpenAI Codex natively supports Streamable HTTP MCP servers. While you can manually edit your ~/.codex/config.toml file, the easiest way to connect to the AI Gateway is by using a simple Codex CLI command:
- Open your terminal.
- Run the following command to add the JumpCloud universal endpoint as an MCP server:
codex mcp add jumpcloud --url https://ai.jumpcloud.com/mcp
- If you are using the Codex App or IDE extension, restart the application to ensure the new server configuration is loaded.
Authenticating Your Tools
- In your Codex interface (App, CLI, or IDE), submit a prompt that requires access to a company application.
- When prompted by Codex, click or follow the link to authenticate. You will be redirected to the JumpCloud authorization page in your web browser.
- Review the list of available applications and select the checkbox next to each one you want to access.
- Authenticate to the selected tools via OAuth or by entering your API token (click the documentation link provided in the UI if you need help finding your API token).
- Once all required tools display a green Connected status, click Authorize tools at the bottom of the page.
- Return to Codex. Your AI client can now use the tools authorized through the gateway.
Back to Top