Hey, thanks for the report.
This looks like a memory leak or a process issue. Let’s check a few things:
-
Extension Monitor: Settings > Application > Experimental > enable Extension Monitor, then
CMD + Shift + P> Developer: Open Extension Monitor. Which extensions are using the most resources? -
Process Explorer:
CMD + Shift + P> Developer: Open Process Explorer. Check theextensionHostandptyHostprocesses when Cursor starts lagging. How much memory are they using? -
Quick test: Try running
cursor --disable-extensionsfrom a terminal and use it for a few hours. Does the issue still happen? -
MCP servers: Are you using MCP? There’s a similar issue where MCP processes keep piling up: MCP server processes are not terminated and accumulate over time, causing memory leaks
Also, please share:
- Your codebase size
- How many agent chats you have open
- Whether you have a large chat history
This info will help the team narrow down the problem.