Cursor Delegate for Zed
io.github.andreilungeanu/cursor-delegate-mcp
Bridge AI coding hosts to cursor-agent over the Agent Client Protocol.
client:Zed
transport:stdio
runtime:npm
Install Cursor Delegate in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cursor-delegate-mcp": {
"command": "npx",
"args": [
"-y",
"cursor-delegate-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs