codex-cli-architect-mcp
Provides AI-powered coding assistance through Codex CLI, enabling technical consultation, code review, and code explanation using OpenAI's models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@codex-cli-architect-mcpReview the auth middleware for security flaws"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codex CLI Architect MCP
An MCP (Model Context Protocol) server implementation for OpenAI's Codex CLI, enabling AI-powered coding assistance through standardized tool interfaces.
Features
Technical Consultation: Get expert advice on architecture, design patterns, and technology choices
Code Review: Comprehensive code quality and security analysis
Code Explanation: Clear explanations of code snippets and programming concepts
Read-Only File Access: Can read files in the current workspace (directory and subdirectories)
Write Protection: Uses Codex CLI's read-only sandbox mode to prevent file modifications
Sandboxed Execution: Runs with platform-specific sandboxing (Apple Seatbelt on macOS, Landlock/seccomp on Linux)
No Code Modification: Focuses on analysis and advice, not code generation
Related MCP server: Codex MCP Server
Prerequisites
Node.js 18+
Codex CLI installed and logged in
Usage with MCP Clients
Claude Code
Register the MCP server with Claude Code:
# Using NPM package
claude mcp add codex -- npx codex-cli-architect-mcp
# With custom model configuration
claude mcp add codex -e CODEX_MODEL=gpt-5 -- npx codex-cli-architect-mcp
# With OpenAI API key
claude mcp add codex -e OPENAI_API_KEY=your-api-key-here -- npx codex-cli-architect-mcpOther MCP Clients
Configure the MCP server in your client's settings file:
{
"mcpServers": {
"codex": {
"command": "npx",
"args": ["codex-cli-architect-mcp"],
"env": {
"OPENAI_API_KEY": "your-api-key-here",
"CODEX_MODEL": "gpt-5",
"CODEX_TIMEOUT": "300000"
}
}
}
}Available Tools
The MCP server provides the following tools:
codex_consult - Technical consultation for architecture, design patterns, and implementation strategies
codex_review - Comprehensive code review for quality, security, and best practices
codex_explain - Get clear explanations of code snippets or programming concepts
These tools are exposed through the MCP protocol and can be used by any MCP-compatible client.
Configuration
Environment variables:
OPENAI_API_KEY- OpenAI API key for authentication (optional, uses ChatGPT login if not provided)CODEX_MODEL- Model to use (default: gpt-5)CODEX_TIMEOUT- Execution timeout in milliseconds (default: 300000)
Development
# Install dependencies
npm install
# Build
npm run build
# Development mode
npm run dev
# Run tests
npm testLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itto-ki/codex-cli-architect-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server