trackmcp
Back to directory
alexw00

artifacthub-mcp

View on GitHub

MCP Server for Artifacthub.

7 stars TypeScriptServers & Infrastructure Updated Aug 22, 2025
artifacthubdevopshelmk8skubernetes

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:

json
{
	"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

Frequently asked questions

What is artifacthub-mcp?

artifacthub-mcp is MCP Server for Artifacthub.

How do I install artifacthub-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is artifacthub-mcp open source?

Yes — it is hosted on GitHub at https://github.com/alexw00/artifacthub-mcp and has 7 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP