Deploy the Registry Server
The Registry server can be deployed in Kubernetes using three methods. Choose the one that fits your environment:
| Method | Description |
|---|---|
| ToolHive Operator | Manage the Registry Server lifecycle through MCPRegistry CRDs |
| Helm | Deploy using the Registry Server Helm chart |
| Manual manifests | Deploy 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.