Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
/plugin marketplace add andreilungeanu/cursor-delegate-mcpnpx agentmods add plugins/andreilungeanu/cursor-delegate-mcp/cursor-delegate-mcpgit clone --depth 1 https://github.com/andreilungeanu/cursor-delegate-mcpGrade A, and why
cursor-delegate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "cursor-delegate",
"displayName": "Cursor Delegate",
"version": "2.0.0",
"description": "Delegate coding tasks to cursor-agent over ACP, with structured results, plan mode, and clarification handling.",
"author": {
"name": "Andrei Lungeanu",
"email": "[email protected]"
},
"homepage": "https://github.com/andreilungeanu/cursor-delegate-mcp",
"repository": "https://github.com/andreilungeanu/cursor-delegate-mcp",
"license": "MIT",
"logo": "assets/logo-light.png",
"mcpServers": "./.claude-plugin/mcp.json",
"hooks": "./.claude-plugin/hooks.json",
"keywords": [
"mcp",
"cursor",
"cursor-agent",
"acp",
"agent-client-protocol",
"claude-code",
"composer",
"delegation"
]
}
What ships with it
4 files beside plugin.json in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 28 lines scan A 5d9623524a28
cursor-delegate is a plugin published in the GitHub repository andreilungeanu/cursor-delegate-mcp (4 stars, last pushed 11d ago), licensed MIT. Its token cost is not measured: this kind of file is read by the harness, not the model. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other plugins, from other repositories
wt-local
Local marketplace populated by wta.
ork
The Complete AI Development Toolkit — 106 skills, 36 agents, 175 hooks for full-stack development.
cc-multi-cli-plugin
Plugin marketplace listing 5 plugins: multi, codex, cursor, antigravity, opencode.
antigravity
Delegate read-only research and codebase exploration to Google Antigravity via its headless agy CLI (Gemini 3.7 Flash). EXPERIMENTAL. Requires the multi plugin and the agy CLI installed + signed in.
cursor
Delegate implementation, web research, and codebase exploration to the Cursor CLI (headless agent -p). Part of cc-multi-cli-plugin. Requires the multi plugin.
codex
Delegate plan execution to Codex CLI via ASP. Part of cc-multi-cli-plugin. Requires the multi plugin.