Installation
Alauda Build of MCP Lifecycle Operator is delivered as an OLM Operator and installed from the platform OperatorHub.
Upload Operator
Download the Alauda Build of MCP Lifecycle Operator package from the Customer Portal / Marketplace, then publish it to the platform repository with the violet command-line tool:
The operator package includes the OLM bundle and the related runtime images required by the operator. For air-gapped clusters, make sure the MCP server images used by your MCPServer resources are also mirrored to a registry that the cluster can pull from.
Install Operator
In the Administrator view:
- Click Marketplace / OperatorHub.
- From the Cluster dropdown, select the destination cluster.
- Search for and select Alauda Build of MCP Lifecycle Operator.
- Click Install.
- Keep Installation Location unchanged unless your environment requires a different namespace. The default namespace is
mcp-lifecycle-operator-system. - Choose an Upgrade Strategy.
Manualis recommended for production. - Click Install.
The operator watches all namespaces. You can create MCPServer resources in any application namespace after the installation succeeds.
Verify the Installation
Confirm that the OperatorHub tile shows Installed, then verify on the cluster:
You should see the mcp-lifecycle-operator-controller-manager pod in Running state and the mcpservers.mcp.x-k8s.io CRD registered.
Upgrade Operator
- Upload the new Alauda Build of MCP Lifecycle Operator package with
violet push. - Go to Administrator -> Marketplace -> OperatorHub.
- Find Alauda Build of MCP Lifecycle Operator and apply the new version according to the configured upgrade strategy.
- Verify the CSV, controller pod, and existing
MCPServerresources after the upgrade.