Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The cursor-ide-browser MCP server drops to status=error every ~5 minutes during continuous agent browser sessions, breaking the session with “MCP server does not exist: cursor-ide-browser”
Steps to Reproduce
- Open an Agent chat with cursor-ide-browser MCP enabled
- Run 15+ sequential browser_navigate / browser_click tool calls back-to-back (~5 min of continuous usage)
- The MCP disconnects mid-session with “MCP server does not exist: cursor-ide-browser”
Expected Behavior
The internal lease/heartbeat renews silently in the background without dropping tools to 0 or interrupting active tool calls.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
IDE:
Version: 3.2.21
VSCode Version: 1.105.1
Commit: b347a855021632d9df326a4cc714e1afd6035d1bb8716fc12f986e8cefb6954b
For AI issues: which model did you use?
claude 4.6 sonnet
Additional Information
Log evidence from Mcp FileSystem Writer.log (~/…/anysphere.cursor-agent-exec/Mcp FileSystem Writer.log):
May 4 session:
11:29:10 - status=error, tools=0
11:30:02 - status=connected, tools=26 (auto-recovered)
11:35:00 - status=error, tools=0 (~5 min later, session broken)
May 1 session showing consistent ~5-min cadence:
11:11:50 - status=error
11:16:53 - status=error (+5:03)
11:22:10 - status=error (+5:17)
The trigger is cursor_mcp_lease_server_status firing with status=error. The server usually auto-recovers in 1-4 seconds, but any agent tool call landing in that window gets a hard failure. The lease should renew silently without dropping tools to 0.
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
