Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
We’re seeing a mismatch between the Cursor UI and the actual Cloud Agent runtime.
Team-side setup appears correct:
Team MCP server Notion is configured as an HTTP server at mcp.notion.com/mcp.
In cursor dot com/agents, the Notion MCP toggle is enabled for the run and shows as connected rather than Login.
The workspace also contains a matching MCP config for notion at the same endpoint, plus a Prisma MCP entry.mcp.json:1-12
However, inside the Cloud Agent run, no MCP servers are exposed:
ListMcpResources() returns no resources.
ListMcpResources(server: “notion”) returns Server “notion” not found.
ListMcpResources(server: “Prisma”) also returns Server “Prisma” not found.
This suggests the issue is not Notion auth/config itself, but that the Cloud Agent runtime is not receiving any enabled MCP servers from the backend for this run.
Runtime context:
This is a Cloud Agent VM using the backend exec-daemon harness, not a local Cursor desktop app.
There is no local cursor binary in the VM; only the cloud execution daemon is present.cursor_env_check.txt:1-7
Steps to Reproduce
In Team Settings → Integrations & MCP, configure a Team MCP server named Notion as an HTTP MCP pointing to mcp dot notion dot com/mcp, with the required auth header. The workspace also contains a matching notion MCP entry, plus a Prisma MCP entry, so the expected server names are notion and Prisma.mcp.json:1-12
Open cursor dot com/agents, start a new Cloud Agent run for the repo, and enable the Notion MCP from the MCP dropdown.
Confirm the MCP appears connected in the UI (toggle enabled, no Login prompt).
In the running Cloud Agent session, ask the agent to enumerate MCP servers/resources.
Observe that the runtime returns no MCP resources.
Then ask the agent to target the configured server directly, for example by checking notion.
Observe that the runtime reports Server “notion” not found.
Repeat the same check for another configured MCP server such as Prisma.
Observe that it also reports Server “Prisma” not found, suggesting the issue is that no MCP servers are being attached to the Cloud Agent runtime, not that the Notion config itself is invalid.
Optional extra evidence: inside the VM, only the cloud execution daemon is present, not a local Cursor desktop app, which suggests this is a backend/runtime attachment issue for Cloud Agents rather than a local app state issue.cursor_env_check.txt:1-7
Expected Behavior
If Team MCP Notion is enabled and connected in cursor dot com/agents, the Cloud Agent should be able to enumerate and use that MCP server during the run.
Actual behavior
The UI shows the MCP as enabled/connected, but the agent runtime reports that the server does not exist.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
cursor dot com / agents (cloud agent)
For AI issues: which model did you use?
GPT-5.4 High
Does this stop you from using Cursor
No - Cursor works, but with this issue
