github-mcp-server-chart

1995parham/github-mcp-server-chart
★ 2 stars Go Template DevOps Updated today
Helm chart GitHub's official MCP Server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "github-mcp-server-ch": {
      "command": "npx",
      "args": [
        "-y",
        "1995parham/github-mcp-server-chart"
      ]
    }
  }
}

README Excerpt

This chart provides a simple way to deploy GitHub's MCP server on Kubernetes. It's intended as a minimal starting point. You may need to customize configuration (environment variables, secrets, volumes, etc.) for your use case or production needs. - Kubernetes cluster (v1.19+ recommended) - [Helm 3](https://helm.sh/docs/intro/install/) installed