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…

Similar MCP servers embedding-nearest

Helm MCP
Give your AI assistant access to real Helm chart data. No more hallucinated values.yaml files.
0 tools · streamable-http
iflow-mcp_jeff-nasseri-helm-chart-cli-mcp
MCP server for Helm integration with Claude and other AI assistants
0 tools
talkopsai/helm-mcp-server
An MCP server that gives AI assistants full control over Helm - from chart discovery to deployments.
0 tools
xebialabsunsupported/release-mcp-helm-chart
Helm chart for Digital.ai Release MCP server
0 tools
p0security/oauthed-mcp
Helm chart: OAuth-fronted MCP gateway for identity-aware access for AI agents
0 tools
helm-mcp
MCP server exposing all Helm CLI capabilities via the Model Context Protocol
0 tools

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