Skip to content
Back to search
100
MCP live v0.1.4 MCP 2026-07-28 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%
1 direct probes · 30d
Response
354ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

get_dependencies

Get chart dependencies (sub-charts). Each dependency entry includes the dependency's repository URL — feed that URL back into search_charts, get_versions, or get_values to inspect the dependency. Supp…

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. includ…

get_versions

Get available versions of a chart (newest first). Supports both HTTP/HTTPS repos and OCI registries (oci://). Use this to confirm a chart exists before calling get_values, or to find a specific versio…

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 — for OCI you m…

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"
    }
  }
}