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

# 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=256Mi

Verify Installation

Check that the operator is running:

kubectl get pods -n mcp-gateway-system

You should see output similar to:

NAME                                      READY   STATUS    RESTARTS   AGE
mcp-gateway-operator-xxxxxxxxxx-xxxxx     1/1     Running   0          1m

Next Steps

Pages in this section