codex-subagents-mcp Server
Enables Codex CLI to delegate tasks to file-based specialized agents with isolated execution, auditability, and CI-friendly validation
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Install and connect
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
Identity
| Canonical slug | codex-subagents-mcp-3dd60f4e | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | leonardsellem/codex-subagents-mcp |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 35% |
| Publication | Draft | Official distribution | Not verified |
Distributions
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | leonardsellem/codex-subagents-mcp | cae15364d622b65ab84403e3523351af852995c0 | 1 | Repository |
Current release
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitleonardsellem/codex-subagents-mcp | cae15364d622b65ab84403e3523351af852995c0Current | Aug 25, 2026 | 4 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Continuously monitor this MCP for security risk
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
- Independent exact-version security scans
- Continuous release and vulnerability monitoring
- Risk-change alerts with capability context
- Historical evidence and API exports
Current version evidence
No public current-version evidence is available yet.
Current protocol inventory
Tools 4
| Tool | Category | Annotations | Risk |
|---|---|---|---|
delegateRun a named sub-agent as a clean Codex exec with its own persona/profile.Input schema{
"type": "object",
"properties": {
"agent": {
"type": "string"
},
"task": {
"type": "string"
},
"cwd": {
"type": "string"
},
"mirror_repo": {
"type": "boolean",
"default": false
},
"profile": {
"type": "string"
},
"persona": {
"type": "string"
},
"approval_policy": {
"type": "string",
"enum": [
"never",
"on-request",
"on-failure",
"untrusted"
]
},
"sandbox_mode": {
"type": "string",
"enum": [
"read-only",
"workspace-write",
"danger-full-access"
]
}
},
"required": [
"agent",
"task"
],
"additionalProperties": false
} | — | — | |
delegate_batchRun multiple sub-agents in parallelInput schema{
"type": "object",
"properties": {
"agent": {
"type": "string"
},
"task": {
"type": "string"
},
"cwd": {
"type": "string"
},
"mirror_repo": {
"type": "boolean",
"default": false
},
"profile": {
"type": "string"
},
"persona": {
"type": "string"
},
"approval_policy": {
"type": "string",
"enum": [
"never",
"on-request",
"on-failure",
"untrusted"
]
},
"sandbox_mode": {
"type": "string",
"enum": [
"read-only",
"workspace-write",
"danger-full-access"
]
}
},
"required": [
"agent",
"task"
],
"additionalProperties": false
} | — | — | |
list_agentsList available sub-agents from built-ins and custom agents dir.Input schema{
"type": "object",
"properties": {},
"additionalProperties": false
} | — | — | |
validate_agentsValidate agent files and report errors/warnings per file.Input schema{
"type": "object",
"properties": {
"dir": {
"type": "string"
}
},
"additionalProperties": false
} | — | — |
Resources 0
- None observed.
Resource templates 0
- None observed.
Prompts 0
- None observed.
Remote endpoints
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
codex-subagents-mcp Server questions
How do I install codex-subagents-mcp Server?
No verified package installation command is available in the retained catalog evidence.
What tools does codex-subagents-mcp Server provide?
codex-subagents-mcp Server exposed 4 tools during independent protocol observation, including delegate, delegate_batch, list_agents, validate_agents.
Is codex-subagents-mcp Server secure?
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
Explore related MCP server guides
Curated product and capability guides containing this catalog record.