MCP Servers / development / Codex MCP Wrapper

Codex MCP Wrapper

JSON →
stdionone46development

An MCP server that wraps the OpenAI Codex CLI, exposing its functionality through the MCP API.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: codex-mcp-wrapper
Tools
What this server exposes
run_codex
Clones a repository, checks out a specific branch (optional), navigates to a specific folder (optional), and runs Codex with the given request.
clone_and_write_prompt
Clones a repository, reads the system prompt from .agent/system.md, parses modelId from .agent/agent.json, writes the request to a .prompt file, and invokes the Codex CLI with the extracted model.
Configuration
Environment & auth
authnone
Resources
Codex MCP Wrapper — MCP Server · libregistry