- Explore MCP Servers
- artifacthub-mcp
Artifacthub Mcp
What is Artifacthub Mcp
artifacthub-mcp is a Model Context Protocol (MCP) server designed for interacting with Helm charts on Artifacthub, enabling users to manage and retrieve information about Helm charts effectively.
Use cases
Use cases for artifacthub-mcp include retrieving specific information about Helm charts, searching for configuration values, and generating templates for Helm charts in CI/CD pipelines.
How to use
To use artifacthub-mcp, you can click the auto-install link for VS-Code or configure it manually using the provided MCP configuration JSON. This allows you to run the server via Docker.
Key features
Key features of artifacthub-mcp include tools for retrieving Helm chart information, accessing default values.yaml files, performing fuzzy searches on values, and obtaining templates of Helm charts.
Where to use
artifacthub-mcp can be used in DevOps environments, cloud-native application development, and any scenario where Helm charts are utilized for Kubernetes deployments.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Artifacthub Mcp
artifacthub-mcp is a Model Context Protocol (MCP) server designed for interacting with Helm charts on Artifacthub, enabling users to manage and retrieve information about Helm charts effectively.
Use cases
Use cases for artifacthub-mcp include retrieving specific information about Helm charts, searching for configuration values, and generating templates for Helm charts in CI/CD pipelines.
How to use
To use artifacthub-mcp, you can click the auto-install link for VS-Code or configure it manually using the provided MCP configuration JSON. This allows you to run the server via Docker.
Key features
Key features of artifacthub-mcp include tools for retrieving Helm chart information, accessing default values.yaml files, performing fuzzy searches on values, and obtaining templates of Helm charts.
Where to use
artifacthub-mcp can be used in DevOps environments, cloud-native application development, and any scenario where Helm charts are utilized for Kubernetes deployments.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
ArtifactHub MCP Server
This is a Model Context Protocol (MCP) server for interacting with Helm charts on Artifacthub.
Usage
For VS-Code, click this auto-install-link.
Alternatively, use this MCP configuration:
{
"servers": {
"artifacthub-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alexw00/artifacthub-mcp"
]
}
}
}
Available tools
- helm-chart-info: get information about a Helm chart such as id and latest version
- helm-chart-values: get the default values.yaml of a Helm chart
- helm-chart-values-fuzzy-search: fuzzy search for a value in the default values.yaml of a Helm chart
- helm-chart-template: get a template of a Helm chart by name
- helm-chart-template-fuzzy-search: fuzzy search the names/contents of templates
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










