mcp-helm-cloudflare

devops-infra MCP Server

MCP server providing read-only Helm chart tools for LLM agents

VerifiedInstall Ready
devops-infradevops-infra
3 views0 stars0 forksMIT

Why This Matters

Discovered via github-topic:mcp-server and last synced 1mo ago.

VerifiedInstall Ready
Source
github-topic:mcp-server
Stars
0
Last synced
1mo ago
Install
Instructions detected

Install

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)

6
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (6)

get_dependencies

Get a chart's sub-charts (with their repo URLs, which can be fed back into the other tools)

get_values

Get chart `values.yaml`, optionally as a focused subsection

get_notes

Get chart NOTES.txt (post-install instructions)

Tool

What it does

search_charts

List or search charts in a Helm repo

get_versions

Get available versions of a chart (newest first)