Skip to content
Back to search
100
MCP live v0.1.4 streamable-http

Helm MCP

io.github.Kubedoll-Heavy-Industries/helm-mcp

Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.

Uptime
100.0%
2 probes
Response
2728ms
last probe
Tools
5
callable

Tools · 5

get_dependencies

Get chart dependencies. Supports both HTTP/HTTPS repos and OCI registries (oci://).

get_notes

Get chart NOTES.txt (post-install instructions). Supports both HTTP/HTTPS repos and OCI registries (oci://).

get_values

Get chart values.yaml with optional JSON schema. Uses depth limiting (default 2) to show structure without overwhelming context. Use path to drill into specific sections, depth=0 for full YAML. Suppor…

get_versions

Get available versions of a chart (newest first). Supports both HTTP/HTTPS repos and OCI registries (oci://).

search_charts

List or search charts in a Helm repository. Provide a repository_url, then optionally filter by keyword (e.g. keyword='postgres'). Note: OCI registries (oci://) do not support browsing; use get_values…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "helm_mcp": {
      "url": "https://helm-mcp.kubedoll.com/mcp",
      "transport": "streamable-http"
    }
  }
}