codex-subagent-mcp

parisbs/codex-subagent-mcp
★ 0 stars TypeScript AI/LLM Updated 2d ago
Local MCP server that delegates coding tasks to the OpenAI Codex CLI, with explicit model and reasoning-effort selection.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codex-subagent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "parisbs/codex-subagent-mcp"
      ]
    }
  }
}

README Excerpt

An MCP server that lets **Claude Code delegate coding tasks to OpenAI's Codex CLI** running on the same machine — multi-model orchestration, locally, with the model and reasoning depth chosen per task. Claude stays the orchestrator. Codex becomes a subagent it can call. > An independent project. Not affiliated with, endorsed by, or supported by OpenAI or Anthropic.

Tools (15)

CODEX_BINCODEX_SUBAGENT_ALLOWED_MODELSCODEX_SUBAGENT_DEFAULT_EFFORTCODEX_SUBAGENT_DEFAULT_MODELCODEX_SUBAGENT_MAX_EFFORTCODEX_SUBAGENT_MAX_SANDBOXcodex_delegatecodex_doctorcodex_follow_upcodex_job_cancelcodex_job_resultcodex_job_statuscodex_recommendlist_codex_modelsnpx

Topics

ai-agentsanthropicclaude-codecodexmcpmodel-context-protocolmulti-modelopenaitypescript