# amitte/helm-tools

> Read-only Helm bridge — list releases in a cluster, get current values, fetch revision history, and search public chart repos.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/helm-tools

## Tags

- **Capabilities:** releases-list, values-get, history, repo-search
- **Domains:** kubernetes, devtools, iac

## Evaluation

- **Adversarial score:** 85/100
- **Content score:** 78/100

## Endpoints

- **service-backed** `helm-tools` → https://mcp.amitte.com/v1/helm-tools/sse — Remote MCP server fronting `helm` against a registry-managed kubeconfig and chart repo set. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `list_releases` — Read-only. List Helm releases in a namespace; returns name, chart, version, status.
  - tool: `get_values` — Read-only. Fetch the merged user-supplied values for a release (`helm get values`). Use `all=true` for chart-default-merged values.
  - tool: `history` — Read-only. List the revision history of a release with status + chart version per revision.
  - tool: `search_repo` — Read-only. Search across the registered Helm chart repositories.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/helm-tools" } }`
- Install via CLI: `amitte install amitte/helm-tools`
- HTML page: https://amitte.com/s/amitte/helm-tools

Last updated: 2026-06-27T01:26:42.119Z