cursor-agent-mcp
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-agent-mcpreview the diff in my project workspace"
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-agent-mcp
MCP-мост OpenCode → Cursor agent CLI (обратное направление к delegate-mcp).
Кто кому
Направление | MCP |
Cursor IDE → OpenCode |
|
OpenCode → Cursor cloud |
|
VP контекст |
|
Ответ cursor_* только в OpenCode (JSON tool result), не в чат Cursor IDE.
Related MCP server: opencode-mcp
Decision tree
Задача | Tool | Параметры |
VP rules / contracts |
| — |
Git diff review |
|
|
Debug симптом |
|
|
План / merge / git strategy |
|
|
Облако правит файлы |
|
|
Не использовать: cursor_debug для merge; plan + allow_edits=true (сервер игнорирует force).
Tools
Tool | Назначение |
| Playbook v1.1 — если сомневаешься |
| agent CLI + auth + busy |
| One-shot (см. decision tree) |
| Code review diff |
| Hypothesis table only |
Лимит: 1 sync cursor_* / turn. Latency: 15s–5min.
Setup
cd E:\Software\OpenServer\domains\cursor-agent-mcp
npm install && npm run build
# agent login OR copy .env.example .env + CURSOR_API_KEYOpenCode: ~/.config/opencode/opencode.jsonc → cursor-agent. После правок: restart Desktop + новая сессия.
Примеры
cursor_guidelines()
cursor_health()
cursor_review({ workspace: "E:/Software/OpenServer/domains/vp" })
cursor_debug({ symptom: "validate падает на stone после save", module: "validation" })
cursor_ask({ prompt: "План merge .gitignore Makefile composer.lock", mode: "plan" })Auth
agent login на этой машине или CURSOR_API_KEY в .env.
Связанные файлы
vp/.opencode/AGENTS.md— инструкции OpenCodedomains/.cursor/rules/opencode-mcp-routing.mdc— routing rule
This server cannot be installed
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
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/HermesVC/cursor-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server