Agentic Developer MCP
未认领An MCP server that scales development into controllable agentic, recursive flows, and build a feature from bottom-up
codexmcp-serveropenai-codex-cli
安装
$
npm install -g @openai/codex工具(6 个)
branch
(optional): Git branch to checkout
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.
folder
(optional): Folder within the repository to focus on
repository
(required): Git repository URL
request
(required): Codex request/prompt to run
run_codex
Clones a repository, checks out a specific branch (optional), navigates to a specific folder (optional), and runs Codex with the given request.