Cursor 1.0 - BugBot, Background Agent and MCP Install
· 3 min read
info
Cursor 1.0 is here! This release brings BugBot for code review, a first look at memories, one-click MCP setup, Jupyter support, and general availability of Background Agent.
Key Improvements
Automatic code review with BugBot
- Catch potential bugs and issues: BugBot automatically reviews your PRs and catches potential bugs and issues. When an issue is found, BugBot leaves a comment on your PRs in GitHub. You can click "Fix in Cursor" to move back to the editor with a pre-filled prompt to fix the issue.
Background Agent for everyone
- Remote coding agent: Since we released Background Agent in early access a few weeks ago, early signals have been positive. We're now excited to expand Background Agent to all users! You can start using it right away by clicking the cloud icon in chat or hitting
Cmd/Ctrl+E
if you have privacy mode disabled.
Agent in Jupyter Notebooks
- Edit Jupyter directly: Cursor can now implement changes in Jupyter Notebooks! Agent will now create and edit multiple cells directly inside of Jupyter, a significant improvement for research and data science tasks. Only supported with Sonnet models to start.
Memories
- Remember facts from conversations: With Memories, Cursor can remember facts from conversations and reference them in the future. Memories are stored per project on an individual level, and can be managed from Settings. We're rolling out Memories as a beta feature. To get started, enable from Settings → Rules.
MCP one-click install and OAuth support
- Easy MCP setup: You can now set up MCP servers in Cursor with one click, and together with OAuth support, you can easily authenticate servers that support it. We've curated a short list of official MCP servers you can add to Cursor at docs.cursor.com/tools.
Richer Chat responses
- Visualizations inside conversations: Cursor can now render visualizations inside of a conversation. In particular, Mermaid diagrams and Markdown tables can now be generated and viewed in the same place!
New Settings and Dashboard
- Polished UI: The setting and dashboard page have gotten some polish with this release. With the new Dashboard, you can view your individual or team's usage analytics, update your display name, and view detailed statistics broken down by tool or model.
Additional Improvements
Keyboard
- Open Background Agent control panel with
Cmd/Ctrl+E
Features
@Link
and web search can now parse PDFs and include in context- Network diagnostics in settings to verify connectivity
- Faster responses with parallel tool calls
- Collapsable tool calls in Chat
Account
- Enterprise users can only access stable release (no pre-release)
- Team admins can now disable Privacy Mode
- Admin API for teams to access usage metrics and spend data
Models
- Max mode is now available for Gemini 2.5 Flash
Patches
1.0.1
- Fixes and improvements to Background Agent