ArtifactHub
Interacts with Helm charts on Artifacthub through a Model Context Protocol (MCP) server.
关于
This Model Context Protocol (MCP) server facilitates interaction with Helm charts hosted on Artifacthub. It provides several tools to retrieve information about Helm charts, including details like ID and latest version, default `values.yaml` content, and chart templates. The server allows for both exact and fuzzy searches of values and template names/contents, streamlining the process of managing and understanding Helm charts.
主要功能
- Retrieves Helm chart information (ID, latest version).
- Provides access to default values.yaml content.
- Supports fuzzy search for values within values.yaml.
- Retrieves templates from Helm charts.
- Enables fuzzy searching of template names and contents.
- 3 GitHub stars
使用案例
- Retrieve information of Helm charts from Artifacthub.
- Integrate Helm chart template retrieval into automated workflows.
- Automate the extraction of specific values from Helm chart's values.yaml.