github-mcp-server-chart
by 1995parham
Overview
Deploying GitHub's MCP server on Kubernetes using a Helm chart to manage GitHub toolsets.
Installation
No command providedEnvironment Variables
- GITHUB_TOOLSETS
- GITHUB_PERSONAL_ACCESS_TOKEN
Security Notes
The Helm chart passes the GITHUB_PERSONAL_ACCESS_TOKEN directly as an environment variable from Helm values. For production use, sensitive credentials like this should be managed via Kubernetes Secrets rather than directly in Helm values or as command-line arguments, which exposes them in plain text in Helm release history and potentially CI/CD logs. There are no other obvious 'eval' or obfuscation patterns, but this token handling is a critical vulnerability.
Similar Servers
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
mcp-helm
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Helm repositories and charts without requiring a local Helm installation.
hashicorp-mcp-servers-helm
Deploys HashiCorp Model Context Protocol (MCP) servers (Terraform and Vault) on Kubernetes, enabling AI assistants to interact with HashiCorp products via a unified ingress.
server-pdf
Generate PDFs from text or layouts, render PDF pages as images, and measure text before layout, with specialized support for JSON Resume format.