Connect Cursor

Cursor reads MCP servers from an mcp.json config (Settings → MCP → Add new server):

{
  "mcpServers": {
    "boostspace": {
      "url": "https://mcp.boost.space/v2/{system}/sse",
      "headers": { "Authorization": "Bearer YOUR_MCP_TOKEN" }
    }
  }
}

Replace {system} with your system name and YOUR_MCP_TOKEN with your MCP token (get both from the Connect AI window — see Connect via MCP), then reload. Boost.space appears in Cursor's MCP tools list.

The agent acts within your Boost.space permissions — the same access as the user who created the token.

Try it:

"Read the schema of my Products space and generate a typed client for it."

See what an agent can do once connected.