MCP Server
ArtifactHub MCP Server
A Model Context Protocol server that enables interaction with Helm charts on Artifacthub, providing tools for retrieving chart information, default values, and templates through natural language queries.
7
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "artifacthub-mcp",
3 "type": "stdio",
4 "command": "docker",
5 "args": [
6 "run",
7 "-i",
8 "--rm",
9 "ghcr.io/alexw00/artifacthub-mcp"
10 ]
11}
JSON11 lines
README Documentation
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
Quick Install
Quick Actions
Key Features
Model Context Protocol
Secure Communication
Real-time Updates
Open Source