leonardsellem/codex-subagents-mcp
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.
Platform-specific configuration:
{
"mcpServers": {
"codex-subagents-mcp": {
"command": "npx",
"args": [
"-y",
"codex-subagents-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...