Overview
what is MCP Helm Server?
MCP Helm Server is a server that provides tools for interacting with Helm repositories and charts, enabling AI assistants to query Helm repositories, retrieve chart information, and access chart values without requiring local Helm installations.
how to use MCP Helm Server?
To use MCP Helm Server, clone the repository, build the binary, and run the server. Configure your MCP client to connect to this server, which implements the standard MCP protocol for tool discovery and execution.
key features of MCP Helm Server?
- list_repository_charts: Lists all charts available in a Helm repository.
- get_latest_version_of_chart: Retrieves the latest version of a specific chart.
- get_chart_values: Retrieves the values file for a chart (latest version or specific version).
use cases of MCP Helm Server?
- Querying Helm repositories for available charts.
- Retrieving the latest versions of charts for deployment.
- Accessing specific chart values for configuration.
FAQ from MCP Helm Server?
- Can I use MCP Helm Server without local Helm installation?
Yes! MCP Helm Server allows you to interact with Helm repositories without needing a local Helm installation.
- What are the prerequisites for building MCP Helm Server?
You need Go 1.24.3 or later to build from source.
- Is MCP Helm Server open-source?
Yes! MCP Helm Server is available on GitHub.