🚀 Connect your IDE or AI assistant to the Codex CLI with this open-source MCP server for efficient automation and robust code analysis.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"codex-mcp-server": {
"command": "npx",
"args": [
"-y",
"directive-reticule640/codex-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add codex-mcp-server npx -y directive-reticule640/codex-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"codex-mcp-server": {
"command": "npx",
"args": [
"-y",
"directive-reticule640/codex-mcp-server"
]
}
}
}