For background on MCP servers in VS Code, see the official VS Code MCP documentation.
Prerequisites
VS Code + GitHub Copilot
Download VS Code and install the GitHub Copilot extension
Control Plane account
Sign up at console.cpln.io if you don’t have an account yet
Add the MCP server
Configure
Follow the prompts:
| Prompt | Value |
|---|---|
| Server type | HTTP |
| URL | https://mcp.cpln.io/mcp |
| Name | cpln |
| Scope | Global |
Connecting to the bare URL uses the default
core toolset profile — a focused set that already covers the whole build-and-operate workflow (it can read and delete any resource kind generically, and reach anything else through the raw-API tool), which is the right fit for this client. Append ?toolsets=mk8s to add BYOK Kubernetes tools, or ?toolsets=full for everything. See toolset profiles.Allow authentication
VS Code shows a permission prompt to authenticate the new server. Click Allow — your browser opens.
- Sign in to Control Plane (Google, GitHub, Microsoft, or SAML).
- Select the orgs you want VS Code to access.
- Click Authorize.
Example conversation
Troubleshooting
Need to change which orgs are authorized
Need to change which orgs are authorized
Next steps
Usage Examples
Practical prompts for common Control Plane workflows
Template Catalog
30+ production-ready templates your AI can deploy on request