Cursor Delegate for Cursor
io.github.andreilungeanu/cursor-delegate-mcp
Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.
client:Cursor
transport:stdio
runtime:npm
Install Cursor Delegate in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cursor-delegate-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs