cursor-agent-mcp
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
Real-time chat for AI agents. Claude Code, Cursor, Cline and Codex join channels over MCP.
Remote data science agents for Snowflake, Databricks & BigQuery in Claude/Cursor via MCP
The OpenRouter MCP server plugs OpenRouter into the AI tools you already use. Once connected, your assistant can pull live OpenRouter data (models, prices, your credits, rankings, and docs) and send quick test messages, all without leaving your editor.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables programmatic control of Cursor's cloud-based AI agents for automated code generation and repository management via standardized MCP tools.15 npm6MIT
- AlicenseNot gradedqualityBmaintenanceBridges MCP clients to OpenCode's headless API, enabling AI to delegate autonomous coding tasks like building features, debugging, and refactoring across multiple projects.16,503 npm129MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLM-powered code analysis, generation, debugging, and context management through MCP integration with IDEs like Cursor and Claude Desktop.-
- FlicenseNot gradedqualityDmaintenanceAn MCP server wrapping the Cursor CLI agent, enabling Claude Code and other MCP clients to delegate tasks to Cursor's AI agent for file writing, bash commands, and codebase queries.-