io.github.andreilungeanu/cursor-delegate-mcp
Связывайте AI-кодинговые хосты с cursor-agent через Agent Client Protocol.
AIandreilungeanu
Локальный · npm
official
Что это
Связывайте AI-кодинговые хосты с cursor-agent через Agent Client Protocol.
Как подключить
1Официальный package
npm · cursor-delegate-mcp@1.18.1
2Установить и запустить в терминале
npx cursor-delegate-mcp@1.18.1
3Добавить в конфиг MCP-клиента (mcp.json / claude_desktop_config.json)
{
"mcpServers": {
"io-github-andreilungeanu-cursor-delegate-mcp": {
"command": "npx",
"args": [
"cursor-delegate-mcp@1.18.1"
]
}
}
}
Вставьте блок в конфиг клиента (Claude Desktop, Claude Code, Cursor, VS Code, Cline). Команда и package собраны из полей официального MCP Registry.