Codex
Screenshots of Codex will be added after the public launch. The steps below follow Codex’s current documentation (checked 2026-09-18); menu names can change.
Sign in
-
Add the server:
codex mcp add korala --url https://api.korala.ai/mcp -
Sign in:
codex mcp login korala -
Approve the connection on Korala’s consent page. See Permissions and safety.
The first command writes this block to ~/.codex/config.toml. You can add it by hand:
[mcp_servers.korala]
url = "https://api.korala.ai/mcp"API key alternative
Korala publishes @korala/mcp to npm at launch. Until then, build it from a checkout with pnpm --filter @korala/mcp... build and run node packages/mcp/dist/bin.js in place of npx -y @korala/mcp.
For machines where nobody can open a browser, run the local @korala/mcp package with an API key:
codex mcp add korala-local \
--env KORALA_API_KEY_ID=your-key-id \
--env KORALA_API_SECRET=your-secret \
-- npx -y @korala/mcpAPI key (CI and headless) lists the environment variables and explains what a test-mode key can reach.
Last updated on