leonardsellem/codex-subagents-mcp
156 stars · Last commit 2025-12-29
Claude-style sub-agents (reviewer, debugger, security) for Codex CLI via a tiny MCP server. Each call spins up a clean context in a temp workdir, injects a persona via AGENTS.md, and runs codex exec --profile <agent> to preserve isolated state.
README preview
# codex-subagents-mcp [](https://github.com/leonardsellem/codex-subagents-mcp/actions/workflows/ci.yml)    > **Status: Archived.** This repo is no longer maintained. > > I’m restarting this project from scratch with a new approach in: https://github.com/leonardsellem/codex-specialized-subagents File‑based sub‑agents for Codex CLI. One MCP tool. Zero fluff. - Auditable: agents are files reviewed in PRs - CI‑friendly: `validate_agents`, `list_agents` - Safer ops: temp workdirs, quiet stdout, git worktree isolation Claude‑style sub‑agents for Codex CLI via a tiny MCP server. Each call spins up a clean context in a temp workdir, injects a persona via `AGENTS.md`, and runs `codex exec --profile <agent>` to preserve isolated state. ## Quickstart