Hi maintainers,
I was looking through the project documentation and did not find a Kubernetes installation section using Helm. If I missed an existing official page, please point me to it and feel free to close this.
HelmForge now publishes a production-oriented Helm chart for GitHub MCP Server:
The basic installation flow is intentionally simple:
helm repo add helmforge https://repo.helmforge.dev
helm repo update
helm install github-mcp-server helmforge/github-mcp-server --namespace github-mcp-server --create-namespace
The chart is meant to provide a Kubernetes-native path for users who want to run GitHub MCP Server on their own clusters, with explicit values, pinned upstream images, and common production surfaces such as persistence, service exposure, probes, security contexts, and optional integrations where applicable.
Would you be open to adding a short Kubernetes / Helm installation section to the documentation that references this chart as a community-maintained deployment option?
If that direction makes sense, I would be happy to prepare a documentation PR with a concise install section, links to the HelmForge chart documentation, and any wording you prefer around support boundaries.
Hi maintainers,
I was looking through the project documentation and did not find a Kubernetes installation section using Helm. If I missed an existing official page, please point me to it and feel free to close this.
HelmForge now publishes a production-oriented Helm chart for GitHub MCP Server:
The basic installation flow is intentionally simple:
The chart is meant to provide a Kubernetes-native path for users who want to run GitHub MCP Server on their own clusters, with explicit values, pinned upstream images, and common production surfaces such as persistence, service exposure, probes, security contexts, and optional integrations where applicable.
Would you be open to adding a short Kubernetes / Helm installation section to the documentation that references this chart as a community-maintained deployment option?
If that direction makes sense, I would be happy to prepare a documentation PR with a concise install section, links to the HelmForge chart documentation, and any wording you prefer around support boundaries.