codex-validator-mcp
Verified Safeby synergy2test
Overview
Validates implementation plans for software development projects using AI, identifying architectural issues, missing dependencies, and best practice violations before code implementation.
Installation
node dist/index.jsEnvironment Variables
- OPENAI_API_KEY
- CONTEXT7_API_KEY
Security Notes
The server executes external binaries (OpenAI Codex CLI) and can, in 'apply_changes' mode, modify files. This is an intentional core feature. Safeguards are in place: 'suggest' mode runs in a read-only sandbox by default, and 'apply_changes' mode is designed to prompt for confirmation via the MCP client, though the CLI itself manages the actual application of changes. No hardcoded secrets or arbitrary code execution vulnerabilities were found beyond the intended functionality of an AI coding agent.
Similar Servers
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.
codebase-context
Provides AI coding agents with real-time, context-rich insights into a codebase's patterns, libraries, architecture, and conventions to improve code generation quality and alignment with team standards.
mcp-adr-analysis-server
Facilitates architectural decision record (ADR) analysis, content security, deployment and environment analysis, and architectural governance using advanced prompting techniques (GKP, APE, Reflexion) and knowledge graph management to automate and improve development workflows.