Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/hd-deman/artifacthub-mcp
cd artifacthub-mcpThen follow the repository README for any remaining dependency or build steps.
Add it to Claude Code
Paste the maintainer's config below, then edit any placeholder values.
{
"servers": {
"artifacthub-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/alexw00/artifacthub-mcp"
]
}
}
}See the artifacthub-mcp README for full setup instructions.
Make your agent remember this setup
artifacthub-mcp's config, env vars, and the gotchas you hit — recalled in every future Claude Code, Cursor, and Codex session.
npx conare@latestFree · one command · indexes the sessions already on disk. Set up in the browser instead →
What it does
- Retrieve Helm chart metadata including IDs and versions
- Access default values.yaml files for specific charts
- Perform fuzzy searches within chart values
- Fetch specific chart templates by name
- Fuzzy search across template names and contents
Tools 5
helm-chart-infoGet information about a Helm chart such as id and latest versionhelm-chart-valuesGet the default values.yaml of a Helm charthelm-chart-values-fuzzy-searchFuzzy search for a value in the default values.yaml of a Helm charthelm-chart-templateGet a template of a Helm chart by namehelm-chart-template-fuzzy-searchFuzzy search the names/contents of templatesTry it
Original README from hd-deman/artifacthub-mcp
ArtifactHub MCP Server
This is a Model Context Protocol (MCP) server for interacting with Helm charts on Artifacthub.
<a href="https://glama.ai/mcp/servers/@AlexW00/artifacthub-mcp"> </a>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