Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Can’t disable MCP globally: Cursor enables disabled MCP on any new workspace open.
How to disable MCP globally?
It’s a duplicate of closed How to disable MCP server. Still annoying
Steps to Reproduce
mkdir foo bar
- Open Cursor in dir ‘foo’ as workspace:
cursor ./foo/
- Go to Cursor settings, notice that MCP is enabled, disable it, close Cursor
- Open Cursor in dir ‘bar’ as workspace:
cursor ./bar/
- Go to Cursor settings, notice that MCP is enabled again
If I open foo again - MCP will be disabled for it.
If I recreate foo rmdir foo && mkdir foo && cursor foo
- MCP will be enabled again.
Expected Behavior
MCP is disabled in any workspace
Operating System
MacOS
Current Cursor Version (Menu → About Cursor → Copy)
Version: 1.5.5
VSCode Version: 1.99.3
Commit: 823f58d4f60b795a6aefb9955933f3a2f0331d70
Date: 2025-08-25T17:40:25.290Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.6.0
Does this stop you from using Cursor
No - Cursor works, but with this issue