Helm MCP
JSON →MCP server to work with Helm charts
Tools · 7
- list_repository_charts Lists all charts available in a Helm repository (or chart name for OCI registries)
- list_chart_versions Lists all available versions/tags for a chart
- get_latest_version_of_chart Retrieves the latest version of a specific chart
- get_chart_values Retrieves the values file for a chart (latest version or specific version)
- get_chart_contents Retrieves the contents of a chart (including templates, values, and metadata)
- get_chart_dependencies Retrieves the dependencies of a chart as defined in its Chart.yaml file
- get_chart_images Extracts container images used in a Helm chart by rendering templates and parsing Kubernetes manifests
Environment variables
GITHUB_TOKEN
Links
★ 25 GitHub stars