Helm MCP
io.github.Kubedoll-Heavy-Industries/helm-mcpGive your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.
Tools · 5
Get chart dependencies. Supports both HTTP/HTTPS repos and OCI registries (oci://).
Get chart NOTES.txt (post-install instructions). Supports both HTTP/HTTPS repos and OCI registries (oci://).
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 available versions of a chart (newest first). Supports both HTTP/HTTPS repos and OCI registries (oci://).
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…
Similar MCP servers embedding-nearest
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"
}
}
}