devops-infra MCP Server
MCP server providing read-only Helm chart tools for LLM agents
Discovered via github-topic:mcp-server and last synced 1mo ago.
1. Install the package
docker run --rm -i ghcr.io/kubedoll-heavy-industries/mcp-helm --transport=stdio
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-helm-cloudflare": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/kubedoll-heavy-industries/mcp-helm",
"--transport=stdio"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Get a chart's sub-charts (with their repo URLs, which can be fed back into the other tools)
Get chart `values.yaml`, optionally as a focused subsection
Get chart NOTES.txt (post-install instructions)
What it does
List or search charts in a Helm repo
Get available versions of a chart (newest first)