Did you actually uninstall them, or did you just disable them in settings? I see a custom mode in the screenshot in OP which means they might have a different set of enabled MCP servers than the global set
I tried all the steps but still it doesn’t work with MCP so what are the next steps ?
Request ID: 4c99cdc4-e139-4b61-9752-582bf6552969
{“error”:“ERROR_OPENAI”,“details”:{“title”:“Unable to reach the model provider”,“detail”:“We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.”,“additionalInfo”:{},“buttons”:},“isExpected”:false}
ConnectError: [unavailable] Error
at BWa.$endAiConnectTransportReportError (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4846:224431)
at wsr.S (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:495:17762)
at wsr.Q (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:495:17540)
at wsr.M (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:495:16628)
at wsr.L (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:495:15729)
at Wyt.value (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:495:14521)
at we.B (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:49:2398)
at we.fire (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:49:2617)
at Ynt.fire (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:4833:10379)
at u.onmessage (vscode-file://vscode-app/Applications/Cursor.app/Contents/Resources/app/out/vs/workbench/workbench.desktop.main.js:7043:13881)
I did managed to fix those “Unable to reach the model provider”,“detail”:“We’re having trouble connecting to the model provider.” errors by complete removal and reinstallation clean Cursor. When reinstalling I didn’t import anything from VSCode and just used clean vanilla cursor only.
Apart of removing cursor app from the Applications I have additionally remove associated files from your Library folder and possibly the ~/.cursor directory.
Here’s a more detailed breakdown:
Quit Cursor:
Ensure the Cursor application is not running by either right-clicking the icon in the dock and selecting “Quit”, or by going to Cursor in the menu bar and selecting “Quit Cursor”.
Move to Trash:
Open Finder, navigate to the Applications folder, and locate the Cursor application. Right-click on it and select “Move to Trash”.
Remove Application Support Files:
Open Finder, click “Go” in the menu bar, then select “Go to Folder…” and enter ~/Library.
Open the Application Support folder and locate the cursor folder (and cursor nightly if you used a nightly build). Move these folders to the Trash.
Remove Files from bin:
Open Terminal.
Navigate to the user local bin directory: cd /usr/local/bin.
Delete the cursor file using: sudo rm cursor and enter your password.
Confirm the file is deleted: ls.
Remove Remaining Files:
Navigate back to your home directory: cd ~.
Check for and delete the .cursor folder using: rm -rf ~/.cursor.
Check for and delete the cursor-tutor folder if it exists: rm -rf ~/.cursor-tutor.
Navigate to the config folder: cd ~/.config.
Check for and delete the cursor folder if it exists: rm -rf ~/.config/cursor.
After that install clean cursor without importing anything from other IDEs.
So it still doesn’t resolve the issue. Agent with Auto mode works fine but this issue occurs when using a Cursor Agent without Auto mode in conjunction with MCP tools.
Do we have any customer support from Cursor ?