branch
(optional): Git branch to checkout
How to use it
branch is exposed by the Agentic Developer MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the branch 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)
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
Clones a repository, checks out a specific branch (optional), navigates to a specific folder (optional), and runs Codex with the given request.