Files
nexus/wiki/entities/Cursor.md
2026-04-14 16:02:50 +08:00

29 lines
902 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Cursor"
type: entity
tags: [AI, IDE, 代码编辑器]
sources: [cursor-2-0-beginner-guide, mcp-in-cursor]
last_updated: 2026-04-14
---
## Definition
基于VS Code的AI增强代码编辑器支持AI模型辅助代码生成和多任务代理操作。
## Core Attributes
- 类型AI代码编辑器
- 基础VS Code
- 定价:免费可用,付费升级获取更多额度
- 支持多AI代理并行操作
## Key Features
- **Composer**自研AI模型生成速度比同类快4倍
- **多代理模式**:同时运行不同任务,互不干扰
- **Diff视图**查看AI代码改动对比
- **Agent模式**:自动执行内嵌命令并处理工具调用
- **Ask模式**:仅提供文本答案,不改动文件
- **MCP集成**支持Model Context Protocol外部工具集成
## Connections
- [[MCP]] ← 集成 ← [[Cursor]]
- [[Composer]] ← 核心模型 ← [[Cursor]]