# Cursor Delegate (npm · cursor-delegate-mcp)

Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.

- Trust score: 90/100 (high trust)
- Change this week: +2
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

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

## Channel facts

- Registry: `npm`
- Package: `cursor-delegate-mcp`
- Version: `2.3.0`
- 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-21.

- **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/cursor-delegate-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 699 tokens (~233/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**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 97/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 92% 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 Cursor Delegate MCP server?

Cursor Delegate runs locally as an npm package, launched with npx -y cursor-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-cursor-delegate-mcp -- npx -y cursor-delegate-mcp
```

### Cursor

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

### VS Code

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

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

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

### Netclaw

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

### Vellum

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

### Other

```json
{
  "mcpServers": {
    "andreilungeanu-cursor-delegate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cursor-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-21 (score 90, −3)

- [functional] Stability: pass → 0.80

### 2026-09-20 (score 93, +3)

- [security improvement] Stability: fail → pass

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

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

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

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

### 2026-09-14 (score 88, +1)

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

### 2026-09-13 (score 87, −3)

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

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

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

### 2026-09-09 (score 89, −1)

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

## MCP tools (3)

### `delegate` (~439 tokens)

Delegate a coding task to cursor-agent over ACP. Never shell out to cursor-agent — use this tool only. Auto-approves every permission the agent requests, in any mode and anywhere on disk. Clarifying questions arrive as prose in result — resume with resumeSessionId to answer. Keep model (composer-2.5), fast and effort at their defaults unless the user explicitly asks. See the delegate skill.

Input parameters:

- `context` (string): Context window size; gpt-5.x accepts 272k and 1m. Do not pass speculatively.
- `contextFiles` (array): Paths to attach instead of pasting contents into spec. Text becomes references the agent may open; images (png/jpg/gif/webp, <5MB) are sent inline. Relative paths resolve against workspace but are no…
- `effort` (string): Exact Cursor thinking-effort value for the selected model. Values differ per model and some expose no effort option; invalid values fail before the prompt and name the accepted set. Pass only when th…
- `fast` (boolean): Fast tier; higher cost — only when the user asks.
- `mode` (string): agent implements; plan and ask are instructions to the agent, not limits.
- `model` (string): Bare ACP family id, version included: composer-2.5, grok-4.5, claude-opus-5, gpt-5.6-sol. doctor deep:true lists every id.
- `resumeSessionId` (string): Continue an existing ACP session.
- `spec` (string, required): Task brief: goal, scope, fixed decisions quoted exactly, acceptance criteria. Sent as written. Point at files to read rather than pasting code, or attach them with contextFiles.
- `workspace` (string, required): The agent's working directory, not a limit. Smallest directory holding the task's files; with no such directory the project root is the floor. Must already exist; never create one for the call.

### `cancel` (~109 tokens)

Best-effort cancel of an in-flight delegation by sessionId. session/cancel is advisory — the agent may finish the turn anyway, and the delegate result then carries cancelRequested. Status: cancelled, killed (agent process observed to exit), not-running (turn already ended, still resumable), not-found (id not in this process's recent session history).

Input parameters:

- `force` (boolean): Kill the agent process if the turn is still running after a short grace period.
- `sessionId` (string, required)

### `doctor` (~69 tokens)

Setup diagnostics: plugin version, MCP client capabilities, cursor-agent launcher resolution. Run when delegation fails or agent.found is false.

Input parameters:

- `deep` (boolean): Run an ACP handshake (start → initialize → newSession) to verify the agent is usable; adds models, modes and the current model's options.

## Diagnostics

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

## Score history

- 2026-09-21: 90
- 2026-09-20: 93
- 2026-09-19: 90
- 2026-09-18: 90
- 2026-09-17: 89
- 2026-09-16: 89
- 2026-09-15: 88
- 2026-09-14: 88
- 2026-09-13: 87
- 2026-09-12: 90
- 2026-09-11: 90
- 2026-09-10: 90
- 2026-09-09: 89
- 2026-09-08: 90
- 2026-09-07: 90
- 2026-09-06: 75
- 2026-09-05: 89
- 2026-09-04: 89
- 2026-09-03: 73
- 2026-09-02: 88
- 2026-09-01: 87
- 2026-08-31: 87
- 2026-08-30: 86
- 2026-08-29: 86
- 2026-08-28: 86
- 2026-08-27: 85
- 2026-08-26: 85
- 2026-08-25: 83
- 2026-08-24: 82
- 2026-08-23: 82

## Common questions

### What is the Cursor Delegate MCP server?

Cursor Delegate is an MCP server listed in the public MCP registry as io.github.andreilungeanu/cursor-delegate-mcp. Bridge AI coding hosts to cursor-agent over the Agent Client Protocol. This page covers its npm package (cursor-delegate-mcp).

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

Cursor Delegate scores 90 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 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 Cursor Delegate MCP server expose?

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

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

Cursor Delegate is still listed as active in the MCP registry. We last reached this channel on 21 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 Cursor Delegate MCP server under?

Cursor 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/cursor-delegate-mcp
- Socket report: https://socket.dev/npm/package/cursor-delegate-mcp
- Repository: https://github.com/andreilungeanu/cursor-delegate-mcp
- Changelog RSS feed: https://verifymcp.io/servers/andreilungeanu-cursor-delegate-mcp/cursor-delegate-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/andreilungeanu-cursor-delegate-mcp/cursor-delegate-mcp.json
- HTML version of this page: https://verifymcp.io/servers/andreilungeanu-cursor-delegate-mcp/cursor-delegate-mcp
