Skip to main content
The Control Plane MCP Server lets any AI tool with Model Context Protocol support manage Control Plane resources through natural-language conversations.
If your AI tool supports plugins — Claude Code, Codex, or Antigravity CLI — start with the Control Plane AI Plugin instead. The plugin auto-configures this MCP server and adds skills, agents, commands, and guardrails on top.

Endpoint

string
required
https://mcp.cpln.io/mcp

Authentication

OAuth with per-org consent. Your AI tool walks you through it on first use — see your tool’s setup page below for the exact trigger.

Toolset profiles

The full tool catalog is larger than most AI tools can hold in context at once — and some clients cap how many tools they accept. So each connection selects a toolset profile with the toolsets query parameter. Pick onecore, mk8s, and full are nested (each is a superset of the one above), and readonly stands on its own:
Examples
An unknown value returns a 400 listing the accepted names (readonly, core, mk8s, full). So does combining readonly with another profile — it withholds the write tools the others add, so the two cannot be mixed.
Which profile should I use? full is the complete catalog — it’s what the AI Plugin configures for every client. Pick core (the default) for a lighter, focused catalog if your client caps tool counts or loads every tool definition up front; it still covers the whole build-and-operate workflow (it can read and delete any resource kind generically, and reaches anything else through the raw-API tool). Use mk8s when you manage BYOK Kubernetes clusters. Use readonly to point an assistant at production for performance work, incident triage, or an audit without the possibility of an unintended change.
The profile is fixed for the life of a connection — an AI agent can’t expand it mid-session. If your assistant says a Control Plane tool isn’t available, reconnect with the profile that includes it.

Compatible tools

Claude Code

Claude Code CLI

Claude Desktop

Claude apps for Mac & Windows

Claude Web

claude.ai in the browser

Codex

OpenAI Codex

Cursor

Cursor IDE

VS Code

Visual Studio Code

Antigravity

Google Antigravity (CLI or IDE)

Amp

Sourcegraph Amp

OpenCode

OpenCode terminal assistant
Don’t see your tool listed? Any client that supports remote MCP servers can connect — point it at https://mcp.cpln.io/mcp and let it handle OAuth.

Next steps

Tools Reference

Every tool the server exposes, grouped by resource, with toolset profiles

Usage Examples

Practical prompts for common Control Plane workflows

AI Plugin

Recommended path for Claude Code, Codex, Antigravity CLI

Access Control

Scope what an AI tool can do in your org with policies and least privilege