folder
(optional): Folder within the repository to focus on
How to use it
folder is exposed by the Agentic Developer MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the folder 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.
(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.