Skip to main content

Deploy the Registry Server

The Registry server can be deployed in Kubernetes using three methods. Choose the one that fits your environment:

MethodDescription
ToolHive OperatorManage the Registry Server lifecycle through MCPRegistry CRDs
HelmDeploy using the Registry Server Helm chart
Manual manifestsDeploy directly using raw Kubernetes manifests

ToolHive Operator

Deploy and manage the Registry server using MCPRegistry custom resources. The ToolHive Operator watches for these resources and creates the necessary infrastructure automatically.

See Deploy with the ToolHive Operator for a complete guide.

Helm

A Helm chart is available for the Registry Server. Documentation for this deployment method is coming soon.

Manual Kubernetes manifests

Deploy the Registry Server directly using raw Kubernetes manifests. This approach gives you full control over the deployment configuration.

See Deploy manually for instructions.