← codex-subagents-mcp

codex-subagents-mcp cae15364d622b65ab84403e3523351af852995c0

source_git · leonardsellem/codex-subagents-mcp · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-25T08:28:38.062Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 4

ToolCategoryAnnotationsRisk
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 parallel
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
}
— · —
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

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.