Prerequisites
Cursor IDE
Download Cursor
Service Account Token
Create a service account with appropriate permissions
Configuration
1
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.2
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:3
Reload Cursor
Reload the Cursor window (
Cmd/Ctrl + Shift + P → “Developer: Reload Window”) for the configuration to take effect.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:1
Set Your Context
2
Deploy a Workload
3
Get the Endpoint
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