Installation
This guide covers installing MCP Gateway in your Kubernetes cluster.
Prerequisites
- Kubernetes 1.26+
- kubectl configured to access your cluster
- Helm 3.x (for Helm installation)
Installation Methods
Using Helm (Recommended)
# Add the Helm repository
helm install mcp-gateway-operator oci://ohcr.io/mcp-gateway/charts/mcp-gateway-operator
# Or with custom values
helm install mcp-gateway-operator oci://ohcr.io/mcp-gateway/charts/mcp-gateway-operator \
--set replicas=2 \
--set resources.limits.memory=256MiVerify Installation
Check that the operator is running:
kubectl get pods -n mcp-gateway-systemYou should see output similar to:
NAME READY STATUS RESTARTS AGE
mcp-gateway-operator-xxxxxxxxxx-xxxxx 1/1 Running 0 1mNext Steps
- Quick Start - Create your first MCP Gateway
- Configuration - Learn about configuration options