Odel
codex mcp tool

codex mcp tool

Local
@x51xxx23TypeScriptMITUpdated 1mo ago

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@trishchuk/codex-mcp-toolv2.2.0

Run

npx -y @trishchuk/codex-mcp-tool

MCP client config

{
  "mcpServers": {
    "codex-mcp-tool": {
      "command": "npx",
      "args": [
        "-y",
        "@trishchuk/codex-mcp-tool"
      ]
    }
  }
}