A FastMCP server that wraps OpenAI Codex CLI to provide AI-powered code generation, refactoring, and documentation via a standardized API.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CODEX_PATH— Set environment variable if the binary is in a non-standard locationCODEX_MODEL— You can specify a different model with the environment variableCODEXMCP_CACHE_ENABLED— Enable response caching (default: true).CODEXMCP_CACHE_TTL— Cache time-to-live in seconds (default: 3600).CODEXMCP_MAX_RETRIES— Maximum retry attempts for API calls (default: 3).CODEXMCP_RETRY_BACKOFF— Exponential backoff factor for retries (default: 2.0).CODEXMCP_DEFAULT_MODEL— Default model to use (default: "o4-mini").CODEXMCP_DEFAULT_TEMPCODEXMCP_DEFAULT_MAX_TOKENSCODEXMCP_CONSOLE_LOG— Enable console logging (default: true).OPENAI_API_KEY— Make sure is set in your environment or .env file. At[](https://m8ven.ai/mcp/tomascupr-codexmcp-1trf1j)