cursor-mcp-bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cursor-mcp-bridgeexplore the project structure in ./src"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cursor-mcp-bridge
MCP server that lets any agent or MCP host delegate to the Cursor CLI agent (agent -p)
running headless. Cursor is the cheap/fast worker in the fleet — use it for routine work and
to map unfamiliar projects without burning your own context.
Mirrors the ergonomics of agy-bridge: every tool takes an optional model and effort,
returns a session_id, and supports follow_up. Default model is auto (Cursor picks the
cheapest adequate model).
Tools
Tool | Purpose |
| Run a task on the Cursor agent with full tool access in |
| Read-only exploration. No |
| Continue a prior session by |
Every tool accepts: cwd, model (default auto), effort (applied only to parameterized
models; auto ignores it).
Related MCP server: delegations-mcp
Requirements
Node ≥ 18
Cursor CLI installed as
agentand authenticated (agent login).
Install
git clone https://github.com/JaimeJunr/cursor-mcp-bridge.git
cd cursor-mcp-bridge
npm install
npm run buildRegister in an MCP host
Claude Code:
claude mcp add cursor-bridge -s user -- node /abs/path/to/cursor-mcp-bridge/dist/index.jsAny host — add to its mcp.json:
{
"mcpServers": {
"cursor-bridge": {
"command": "node",
"args": ["/abs/path/to/cursor-mcp-bridge/dist/index.js"]
}
}
}Configuration (env)
Var | Default | Meaning |
|
| Path to the Cursor CLI binary. |
|
| Default model when a call omits |
| (off) | If |
|
| Per-call timeout. |
Security:
delegatecan edit files and (withCURSOR_BRIDGE_FORCE) run shell autonomously.discoveryandanalyze_filesrun in read-only modes (plan/ask).
Develop
npm test # vitest — unit tests for model resolution / arg building
npm run dev # run from source via tsxLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JaimeJunr/cursor-mcp-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server