Prerequisites
Cursor IDE
Download Cursor
Service Account Token
Create a service account with appropriate permissions
Configuration
Locate the Configuration File
The MCP configuration file location depends on your operating system:
If the
| OS | Configuration File Path |
|---|---|
| macOS | ~/.cursor/mcp.json |
| Windows | %USERPROFILE%\.cursor\mcp.json |
| Linux | ~/.cursor/mcp.json |
.cursor directory or mcp.json file doesn’t exist, create them.Add the MCP Server Configuration
Open the
mcp.json file and add the Control Plane MCP Server configuration using one of the methods below:- Node.js
- Remote Server
Use the
mcp-remote bridge to connect via Node.js:For the latest MCP configuration options, refer to the official Cursor MCP Documentation.
Verify the Connection
After configuration, verify the connection in Cursor’s AI chat:Example Usage
Here’s how to use Control Plane with Cursor’s AI:Troubleshooting
Authentication errors
Authentication errors
- Check that your service account token is valid
- Ensure the token is entered without extra spaces or quotes
- Verify the token has appropriate permissions (see Service Account Permissions)
- Check for typos in the org name you’re using for context, this is a common cause of authentication failures