MCPVault

clone_and_write_prompt

MCP tool from Agentic Developer MCP by teabranch

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.

How to use it

clone_and_write_prompt is exposed by the Agentic Developer MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the clone_and_write_prompt 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/codex
FULL AGENTIC DEVELOPER MCP LISTING