Cursor Enterprise Settings - MCP Control Fail

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

All MCPs are “Blocked by admin” although nothing changed.
Looks like a bug in the Cursor website dashboard

cannot decode message aiserver.v1.GetTeamAdminSettingsResponse from JSON: key “mcpControls” is unknown

Image attached

Steps to Reproduce

Use MCP control in the website to allow MCP

Expected Behavior

MCP allowed are enabled

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.5.5 (Universal)
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

Yes - Cursor is unusable

Thanks for reporting, checking with the team on this!

Hey, this should be fixed now - are you able to check @assafey ?

@danperks no, definitely not fixed yet.

MCPs are still blocked by admin

Looks like the dashboard is taking “command” only into account
So

{
“mcpServers”: {
“atlassian”: {
“command”: “npx”,
“args”: [
[email protected]”,
https://mcp.atlassian.com/v1/sse”
]
}
}

would be blocked by admin

but

{
“mcpServers”: {
“atlassian”: {
“command”: “npx [email protected] https://mcp.atlassian.com/v1/sse”
}
}
would work

1 Like

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.