Agent Plugins Marketplace
All plugins

cursor-bridge

v5.6.0+codex.20260829062431

Evidence-backed Cursor Context Engine search and bounded Cursor Agent execution, including a UI-suppressed minimal runtime.

CodexClaude Code2 Skills1 MCP serverstdio

By VanyangyangLicense: MIT38 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
3 skill or MCP entries
Source updated
Aug 29, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cursor-bridge@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Vanyangyang/cursor-bridge

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

cursor-bridge/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/cce-routing/SKILL.md
├── skills/cursor-delegate/SKILL.md
└── .mcp.json

Included Skills2

cce-routingskills/cce-routing/SKILL.md

Use Cursor Bridge's read-only cursor_context_engine for unfamiliar project understanding when the exact code location is unknown or the task requires tracing behavior, symbols, callers and callees, data flow, registrations, interface implementations, ownership boundaries, or cross-module relationships. Trigger for questions such as where something is implemented, what owns state, how a project flow works, or when local search would otherwise guess paths or repeat blind queries; for these semantic questions, try CCE before generic context-mode or grep discovery. Do not use when a known exact file or symbol can answer the question through direct reading or exact search, for content already loaded in context, trivial single-file edits, tests, logs, builds, Git work, external documentation, or when the user opts out of Cursor. Verify returned path:line evidence in the real files.

cursor-delegateskills/cursor-delegate/SKILL.md

Delegate bounded light-to-medium implementation, limited investigation, documentation, configuration, testing, and tooling work to Cursor Bridge after the primary agent owns the direction and risk boundaries. Use when a bounded Cursor pass can save primary-agent time, reduce omissions, or run alongside non-conflicting work; the task needs a clear purpose, allowed scope, invariants, and checkable outcome, but not a fully pre-solved implementation. Collect work by task_id or agent_id and verify it in the primary agent. Do not use when the user opts out, cursor_do is unavailable or administrator-disabled, or for product direction, architecture decisions, exclusive GUI operations, formal verification verdicts, governance state decisions, or unbounded investigation.

MCP servers1

cursor-bridgestdio
command
node
args
./dist/cursor-bridge.mjs
cwd
.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "cursor-bridge",
  "version": "5.6.0+codex.20260829062431",
  "description": "Evidence-backed Cursor Context Engine search and bounded Cursor Agent execution, including a UI-suppressed minimal runtime.",
  "author": {
    "name": "Vanyangyang"
  },
  "repository": "https://github.com/Vanyangyang/cursor-bridge",
  "license": "MIT",
  "mcpServers": {
    "cursor-bridge": {
      "command": "node",
      "args": [
        "./dist/cursor-bridge.mjs"
      ],
      "cwd": ".",
      "default_tools_approval_mode": "approve"
    }
  },
  "interface": {
    "displayName": "Cursor Bridge",
    "shortDescription": "Evidence-backed CCE search and bounded cursor_do execution.",
    "longDescription": "Use Cursor's indexed Agent as an adaptive Cursor Context Engine. State the intent once; Cursor chooses the necessary investigation depth and returns compact path:line evidence instead of guessed locations. When execution is useful, cursor_do is the first-class bounded path for FIFO or independent Cursor Agent tasks while the supervising host retains review and final control. User-facing prose follows the task language while machine fields remain stable. Minimal runtime keeps CCE and execution tools available while hiding the Windows Cursor UI.",
    "developerName": "Vanyangyang",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive"
    ],
    "defaultPrompt": [
      "Find where this project implements a behavior and return verified path:line evidence.",
      "Delegate one clearly bounded implementation task to Cursor and verify the real changes.",
      "Initialize CCE workspace to C:\\absolute\\project\\path."
    ],
    "websiteURL": "https://github.com/Vanyangyang/cursor-bridge"
  }
}
.claude-plugin/plugin.json
{
  "name": "cursor-bridge",
  "version": "5.6.0",
  "description": "Evidence-backed Cursor Context Engine search and bounded Cursor Agent execution, including a UI-suppressed minimal runtime.",
  "author": {
    "name": "Vanyangyang"
  },
  "license": "MIT",
  "repository": "https://github.com/Vanyangyang/cursor-bridge"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[cursor-bridge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cursor-bridge)