You can set up Codex with Corsair through the dashboard or in code.Documentation Index
Fetch the complete documentation index at: https://docs.corsair.dev/llms.txt
Use this file to discover all available pages before exploring further.
In the dashboard
- Sign in at app.corsair.dev.
- Open Dashboard and click New instance.
- Open your instance and click Add Plugin to enable an integration (e.g. GitHub, Slack).
- Click New User to add a tenant — enter a tenant ID and click Save.
- Connect the integration for that tenant: click the cell where the tenant row meets the plugin column, then sign in with OAuth or enter credentials.
- Click the tenant name in the first column to open the side panel.
- Copy the MCP URL and create an API key (New key → name → Create → copy the secret once).
In code
Configure Codex
In Codex, add a custom MCP server with Streamable HTTP:| Field | Value |
|---|---|
| Name | corsair |
| URL | Your MCP URL from the dashboard |
| Header | Authorization |
| Value | Bearer <tenant-api-key-secret> |
~/.codex/config.toml:
codex mcp list.