codex-mcp
Related Servers
Alternatives to codex-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables coding agents to request, track, and verify independent cross-model reviews with structured findings, attachment hashes, and provenance receipts via Chrome Bridge, Codex, or Responses transports.MIT
- AlicenseNot gradedqualityBmaintenanceProvides tools for agents to manage a local review graph, tracking acceptance behaviors, evidence, review passes, and human waivers to decouple review convergence from shipping readiness.3MIT
- AlicenseNot gradedqualityBmaintenanceA local-first, auditable code review MCP server that freezes Git changes, creates immutable ReviewBundles, provides role-isolated contexts for correctness, security, architecture, and test reviewers, validates structured findings, and generates deterministic JSON/Markdown reports.3 npm1Apache 2.0
- AlicenseAqualityBmaintenanceProvides structured, sandboxed test and lint feedback for coding agents, returning compact typed verdicts with failure fingerprints instead of raw runner output. It enables impact-selected test execution in isolated containers, distinguishing pre-existing failures from regressions.4Apache 2.0
- AlicenseAqualityCmaintenanceEnables agents and security automation to adjudicate proposed defense mutations against a sealed, canonicalized attack scenario, enforcing reproduction, impact-screening, regression, and proven-improvement gates before promoting at most one candidate. Every verdict, rejected candidate, and rejection reason is sealed into a recomputable SHA-256 Merkle evidence root and hash-linked lineage that can be independently verified without trusting the server.6MIT
- AlicenseAqualityBmaintenanceEnables AI/agent-generated content to be reviewed by a cross-vendor committee of LLMs, returning verdicts, issues, votes, and cost estimates through an MCP review tool for consensus-based hallucination defense before shipping.11GPL 3.0
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: codex_qualify runs independent reviews, codex_auth_status checks authentication, and codex_capabilities reports reachable evidence and restrictions. No overlap between these three surfaces.
All tools share the 'codex_' prefix and use lowercase underscore-separated names. The verbs are consistent (qualify, status, capabilities), though 'auth_status' and 'capabilities' are noun-like rather than pure verbs, but the overall pattern is uniform and predictable.
With three tools, the server is compact but not thin—each tool addresses a distinct concern (qualification, auth, capabilities). The scope is narrow and focused, so this count is appropriate and not bloated.
The tool surface covers the core workflow: verifying auth before reviews, checking what the server can reach, and running a qualification review. Minor gaps exist (e.g., no history or cancellation tools), but they are not essential to the server's stated purpose and agents can work around them.