Skip to content
VS Code

Control Plane for VS Code

io.cpln/control-plane

Control Plane (controlplane.com): deploy and operate workloads across AWS, GCP, Azure, and more.

client:VS Code transport:streamable-http

Install Control Plane in VS Code

.vscode/mcp.json

{
  "servers": {
    "control-plane": {
      "type": "http",
      "url": "https://mcp.cpln.io/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Control Plane in other clients