Skip to main content

Prerequisites

https://mintcdn.com/controlplanecorporation/rFQpIcXts1y-5L7u/icons/amp.svg?fit=max&auto=format&n=rFQpIcXts1y-5L7u&q=85&s=727a834ec66ee41c3e405eb04f9097be

Amp

Install Amp for your editor or CLI

Control Plane account

Sign up at console.cpln.io if you don’t have an account yet

Add the MCP server

1

Register the server

amp mcp add cpln https://mcp.cpln.io/mcp
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.
2

Sign in

Launch the Amp CLI. Amp opens your browser automatically:
  1. Sign in to Control Plane (Google, GitHub, Microsoft, or SAML).
  2. Select the orgs you want Amp to access.
  3. Click Authorize.
Your browser shows a success page — close the tab and return to Amp.
3

Use it

In Amp, ask “list GVCs in org <your-org>” (using one of the orgs you authorized) to confirm.

Example conversation

1

Set Context

Use org "my-org" and gvc "my-gvc" for context.
2

Deploy a Workload

Create a publicly accessible workload called "my-api" using nginx:latest on port 80.
3

Get the Endpoint

Monitor the readiness of my-api and give me the public endpoint once it's ready.

Next steps

Usage Examples

Practical prompts for common Control Plane workflows

Template Catalog

30+ production-ready templates your AI can deploy on request