OpenAI Codex
OpenAI's macOS + Windows coding agent (the 2025 revival, not the 2021 model). MCP support landed in late 2025 and covers tools plus resources.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-19
OpenAI Codex is a major vendor product with strong organisational backing, but as an IDE-replacement coding agent it operates with broad system permissions. The MCP integration is well-designed with diff previews before commits, which adds a safety layer. However, the closed-source nature and lack of public repository limit transparency. As a desktop application that executes code and manages files, it inherently requires filesystem write, shell execution, and network access. The supply chain is reasonable via direct distribution from OpenAI, though not via standard package managers. The 2025 revival is too recent for a long track record, and OpenAI's history includes the 2021 Codex deprecation. The tool-batching approach is safer than individual permission requests, but the broad scope of an autonomous coding agent means significant trust is required.
Green flags
- OpenAI is a major, well-resourced vendor with strong reputation
- Diff preview before commits adds meaningful safety layer
- MCP integration treats servers as first-class with batched operations
- Official platform documentation available
- Supports both macOS and Windows with consistent behaviour
Red flags
- Closed source with no public repository for community review
- Autonomous coding agent with broad filesystem and shell access
- Very recent 2025 launch means limited production track record
- No standard package manager distribution (app-only install)
- Original Codex was deprecated in 2021, raising continuity questions
Permissions requested
MCP capabilities
- Tools
- Resources
- Prompts
- Sampling
Platforms
Config location
Configured via the Codex app settings
Review
Best for developers who want a coding agent that treats MCP tools as a native workflow, not a bolted-on feature. Skip it if you need prompt templates, work primarily on Windows, or prefer text-based config files you can commit to version control.
Good at
- Batched tool execution with diff previews beats Claude Desktop's one-at-a-time approach
- GUI-based MCP server configuration is faster to set up than editing JSON
- Resource autocomplete surfaces MCP data sources mid-conversation
- Handles multi-step coding tasks (refactor, test, commit) without losing context
- Validates MCP server connections before saving, catches config errors early
Watch out
- No prompt template support, you write instructions from scratch every session
- Windows build ships features 4-8 weeks behind macOS
- Config lives in app settings, not a version-controllable file
- Hangs on large MCP resource responses (10MB+)
- Environment variable setup for MCP servers requires manual OS-level editing