Cursor
The AI-first fork of VS Code that made "agent mode" mainstream. Broad MCP support, a polished config UI, and deep IDE integration.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-19
Cursor is a well-funded commercial IDE from Anysphere, a venture-backed startup that's gained significant traction in the developer tools space. The MCP integration is polished and the config UI is genuinely helpful for debugging server connections. However, as a closed-source fork of VS Code, you're trusting Anysphere with full filesystem access, shell execution, and network capabilities inherent to any IDE. The company has raised substantial funding and appears professionally run, but lacks the transparency of open-source alternatives. No known security incidents, and the MCP implementation follows Anthropic's reference patterns closely. The main risk is the broad permission surface: any IDE can read your entire codebase, execute arbitrary commands, and access environment variables including secrets. Cursor's proprietary AI features add an additional data flow consideration beyond standard VS Code.
Green flags
- Polished MCP config UI with helpful error messages and server management
- Well-funded startup with professional team and active development
- Follows Anthropic's MCP reference implementation patterns closely
- Standard installer distribution via official website
- No known security incidents or credential leaks
Red flags
- Closed source - no public repo to audit MCP implementation or data handling
- Full filesystem and shell access inherent to IDE functionality
- Proprietary AI features with unclear data retention policies
- Relatively young company (founded 2022) compared to Microsoft/VS Code
Permissions requested
MCP capabilities
- Tools
- Resources
- Prompts
- Sampling
Platforms
Config location
~/.cursor/mcp.json · or via Settings -> MCP
Review
Best MCP client for developers who want IDE-native AI without leaving their editor. If you need prompt templates or prefer explicit tool approval, stick with Claude Desktop.
Good at
- Settings UI makes MCP config and debugging trivial
- Agent mode calls MCP tools mid-task without manual approval
- Handles multiple servers simultaneously with no performance hit
- VS Code compatibility means your extensions and keybinds carry over
- Error messages for failed servers are actually useful
Watch out
- No support for MCP prompts or sampling
- Agent auto-applies edits, which can feel reckless
- Server binary updates require full Cursor restart
- No visibility into which MCP tools the agent is considering
- Opinionated workflow won't suit everyone