Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArtifactHub MCP ServerShow me the default values for the ingress-nginx helm chart"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"]
}
}
}Related MCP server: MCP Harbor
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
Resources
Looking for Admin?
Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.