Describe the Bug
Claude-4-sonnet has been down in Cursor since yesterday. Is there a Cursor-LLM status site? This is the error I get.
We’re having trouble connecting to the model provider. This might be temporary - please try again in a moment.
Request ID: befcf703-fc81-476c-bec9-4e30aca11f74
Steps to Reproduce
Try to run any prompt using claude-4-sonnet
Screenshots / Screen Recordings
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.1.6
VSCode Version: 1.96.2
Commit: 5b19bac7a947f54e4caa3eb7e4c5fbf832389850
Date: 2025-06-25T02:14:24.784Z
Electron: 34.5.1
Chromium: 132.0.6834.210
Node.js: 20.19.0
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.5.0
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor
Hey, yes, we have a status page, but this isn’t a widespread issue. Have you tried creating a new chat? Also, run a network diagnostic in the Cursor settings.
Creating a new chat does not help. Normally when I see this error message I “try again” and we move on. But it has been doing this since Monday. When I try o3 it works, but I don’t want to burn through my credits. Every claude model does not work. This is not a connection issue.
Also, at first I wondered if it was only giving the connection error when I submitted prompts related to an MCP server, but I’ve tested it and even simple prompts receive the error.
Please share the request ID. First, disable privacy mode, wait for the error to appear again, and then share your ID.
cc @danperks
Request ID: aac6ff3b-ccf9-498b-89be-4c207b726188
After turning off privacy mode:
Request ID: 2971db0f-2101-4921-8bf4-4ad92e3f497d
I had this same issue. I had to rename my project file and act like it was a new project for it to work. I just added a 1 to the end of my file name and then opened that up and it worked fine.
I am still having the same issue. Are you talking about the workspace, rather than the “project” file? I tried duplicating the workplace, but it loses the chat history when I do. But the new workplace does allow me to use claude.
File or workspace. You will lose the chat history.
It returns to the same error messages after a few successful prompts. Could the problem be that I am switching between 03 and claude models in the same chat? 03 always works.
@deanrie have you had a chance to look into this?
@deanrie On further troubleshooting, it looks like the Rive MCP server is the culprit. When enabled, I cannot use the claude-4-sonnet llm. When disabled, it works.
This is my config for Rive MCP:
"rive": {
"url": "http://localhost:9791/sse"
},
Thank you for spotting the issue, we’ll investigate it.