MCP Hub
Back to servers

ArtifactHub

MCP (Model Context Protocol) Server. Provides a bridge to Artifact Hub's Helm chart repository, enabling quick retrieval, searching, and analysis of Helm chart configurations, templates, and default values directly within conversations.

Stars
8
Tools
5
Validated
Jan 11, 2026

ArtifactHub MCP Server

This is a Model Context Protocol (MCP) server for interacting with Helm charts on Artifacthub.

ArtifactHub Server MCP server

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

Reviews

No reviews yet

Sign in to write a review