# Codex Delegate (npm · codex-delegate-mcp)

Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation.

- Trust score: 89/100 (high trust)
- Change this week: −1
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `codex-delegate-mcp`: 89/100 (this document), [markdown](https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp.md), [page](https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp)

## Channel facts

- Registry: `npm`
- Package: `codex-delegate-mcp`
- Version: `2.2.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 100/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to andreilungeanu/codex-delegate-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 15 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 549 tokens (~183/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 77/100
  - Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 71% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Codex Delegate MCP server?

Codex Delegate runs locally as an npm package, launched with npx -y codex-delegate-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add andreilungeanu-codex-delegate-mcp -- npx -y codex-delegate-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "andreilungeanu-codex-delegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codex-delegate-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "andreilungeanu-codex-delegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codex-delegate-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add andreilungeanu-codex-delegate-mcp -- npx -y codex-delegate-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "andreilungeanu-codex-delegate-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "codex-delegate-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add andreilungeanu-codex-delegate-mcp --command npx --arg -y --arg codex-delegate-mcp
```

### Hermes

```yaml
mcp_servers:
  andreilungeanu-codex-delegate-mcp:
    command: "npx"
    args: ["-y", "codex-delegate-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "andreilungeanu-codex-delegate-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "codex-delegate-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add andreilungeanu-codex-delegate-mcp -t stdio -c npx -a -y codex-delegate-mcp
```

### Other

```json
{
  "mcpServers": {
    "andreilungeanu-codex-delegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "codex-delegate-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 89, −3)

- [functional] Stability: pass → 0.77

### 2026-09-19 (score 92, 0)

- [security] Stability: 0.97 → pass

### 2026-09-17 (score 92, +1)

No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 91, +1)

No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 90, 0)

- [functional] Stability: fail → 0.83

### 2026-09-08 (score 90, +1)

No change was recorded against any check on this day. Stability & Change Management went from 77 to 80.

### 2026-09-06 (score 89, +1)

No change was recorded against any check on this day. Stability & Change Management went from 70 to 73.

### 2026-09-05 (score 88, +15)

- [security improvement] Malware scan: unverified → pass

## MCP tools (3)

### `delegate` (~337 tokens)

Delegate a coding task to OpenAI Codex. Never run codex from the shell — use this tool. Check status before trusting result — a run that spawns then fails returns normally. Keep model, reasoningEffort and fast at their defaults unless the user asks. See the delegate skill.

Input parameters:

- `fast` (boolean): Codex Fast mode; higher credit use.
- `mode` (string): agent implements; plan returns a structured plan; ask answers; review runs native review.
- `model` (string): Codex model id: gpt-5.6-luna, gpt-5.6-sol, gpt-5.6-terra, gpt-5.5, gpt-5.4, gpt-5.4-mini.
- `reasoningEffort` (string): minimal is rejected by every published model; none is accepted though the catalog omits it.
- `resumeThreadId` (string): Thread to continue. Reuse its workspace. Forbidden with review.
- `reviewTarget`: Required in review; forbidden otherwise: uncommitted, base branch, or commit.
- `spec` (string, required): Brief with goal, scope, fixed decisions quoted exactly, and acceptance criteria; reference files instead of pasting code.
- `timeoutMs` (integer): Whole-run cap in ms (default 1h). Mid-turn silence is allowed; startup has a separate 60s first-output deadline.
- `webSearch` (boolean): Codex's built-in web search.
- `workspace` (string, required): Codex's working directory; not confinement. Must already exist — never create one for the call.

### `cancel` (~100 tokens)

Cancel active runs. delegationId selects one (announced in progress before spawn — the only handle if a run wedges at startup), threadId all on its thread, neither all. Waits for settlement; if a process tree survives the kill deadline, it still returns and the delegate result warns. Status: cancelled, nothing-active, or not-found (no active run with this ID).

Input parameters:

- `delegationId` (string)
- `threadId` (string)

### `doctor` (~49 tokens)

Diagnose plugin/CLI/login, recursion, and workspace (default: server cwd). deep adds no-quota help and model-catalog checks.

Input parameters:

- `deep` (boolean)
- `workspace` (string)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp#diagnostics

## Score history

- 2026-09-20: 89
- 2026-09-19: 92
- 2026-09-18: 92
- 2026-09-17: 92
- 2026-09-16: 91
- 2026-09-15: 91
- 2026-09-14: 90
- 2026-09-13: 90
- 2026-09-12: 90
- 2026-09-11: 90
- 2026-09-10: 90
- 2026-09-09: 90
- 2026-09-08: 90
- 2026-09-07: 89
- 2026-09-06: 89
- 2026-09-05: 88
- 2026-09-04: 73
- 2026-09-03: 77
- 2026-09-02: 87
- 2026-09-01: 86
- 2026-08-31: 86
- 2026-08-30: 85
- 2026-08-29: 85
- 2026-08-28: 84
- 2026-08-27: 84
- 2026-08-26: 83
- 2026-08-25: 81
- 2026-08-24: 81
- 2026-08-23: 80
- 2026-08-22: 80

## Common questions

### What is the Codex Delegate MCP server?

Codex Delegate is an MCP server listed in the public MCP registry as io.github.andreilungeanu/codex-delegate-mcp. Bridge AI coding hosts to the OpenAI Codex CLI for delegated implementation. This page covers its npm package (codex-delegate-mcp).

### Is the Codex Delegate MCP server safe to use?

Codex Delegate scores 89 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Codex Delegate MCP server expose?

Codex Delegate exposes 3 tools: delegate, cancel, doctor. Their descriptions and schemas cost roughly 486 tokens of context every time the server is loaded.

### Is the Codex Delegate MCP server still maintained?

Codex Delegate is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Codex Delegate MCP server under?

Codex Delegate declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/codex-delegate-mcp
- Socket report: https://socket.dev/npm/package/codex-delegate-mcp
- Repository: https://github.com/andreilungeanu/codex-delegate-mcp
- Changelog RSS feed: https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp.json
- HTML version of this page: https://verifymcp.io/servers/andreilungeanu-codex-delegate-mcp/codex-delegate-mcp
