run_codex
Clones a repository, checks out a specific branch (optional), navigates to a specific folder (optional), and runs Codex with the given request.
How to use it
run_codex is exposed by the Agentic Developer MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the run_codex tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Agentic Developer MCP
npm install -g @openai/codexOther tools in Agentic Developer MCP (5)
(optional): Git branch to checkout
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.
(optional): Folder within the repository to focus on
(required): Git repository URL
(required): Codex request/prompt to run