codex-mcp-server

adammcarter/codex-mcp-server
★ 0 stars TypeScript 💻 Code/Dev Tools Updated today
MCP server wrapping Codex CLI — async dispatch, per-job isolation, stall detection
View on GitHub →

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",
        "adammcarter/codex-mcp-server"
      ]
    }
  }
}

README Excerpt

An MCP server that wraps the [Codex CLI](https://github.com/openai/codex) for async job dispatch, status polling, output retrieval, session resume, code review, and diff application. Built as the dispatch backbone for the [cowork skill](https://github.com/adammcarter/cowork) — but usable standalone with any MCP client.

Tools (8)

codex_applycodex_cancelcodex_dispatchcodex_listcodex_outputcodex_resumecodex_reviewcodex_status