This particular test was done on win 11 but it also occurs on my linux laptop also. It also does not matter if I am using MCP servers added by a plugin or if I add them myself this update just straight up broke MCP for me. I have also attempted a full clean reinstall by uninstalling and going to:
My users folder and deleting .cursor folder
Going to %appdata% and deleting Cursor folder
Then downloading a fresh copy of cursor and no change, the issue still persists.
I have node v24.13.0 installed incase that is relevant.
I see several MCP servers. Try turning them all off, then turn them on one by one to find which one causes the freeze, or whether it only happens with a specific combination.
To pinpoint the cause, we’ll need developer logs. Right before you reproduce the freeze:
Open Help > Toggle Developer Tools > Console tab
Reproduce the issue, then take a screenshot of the console output, or copy the red errors
If you can get a Request ID before it freezes: open the chat menu (three dots in the top right) > Copy Request ID.
The team is aware of a related issue where MCP tool calls can cause freezes in certain scenarios.
As a temporary workaround, try reducing the number of active MCP servers to only the ones you actually need for the current task.
The OTLPExporter errors in the console (“Trace spans collection is not enabled for this user”) are most likely just background noise, not the main cause of the freeze. This error is related to telemetry and by itself shouldn’t hang the app on 2.5.17.
A few things to look at:
Node.js v24: This is a very new version. MCP servers run via Node, and incompatibility with the new runtime can cause issues. Try downgrading to Node v22 LTS and see if the freeze still happens.
Astro-docs: This is a third-party MCP server. It might be returning a very large response that triggers the freeze. Try opening a terminal and running it manually to check how much data it returns.
If the freeze happens consistently, try to grab the Request ID before everything hangs (three dots in the top-right of the chat > Copy Request ID). This will help us investigate on the server side.