ArtifactHub MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| helm-chart-infoB | Get information about a Helm chart from Artifact Hub, including ID, latest version, and description |
| helm-chart-valuesC | Get the values.yaml file for a specific Helm chart from Artifact Hub |
| helm-chart-values-fuzzy-searchB | Fuzzy search through all properties/values/comments in a Helm chart's values.yaml file |
| helm-chart-templateC | Get the content of a template file from a Helm chart in Artifact Hub |
| helm-chart-templates-fuzzy-searchC | Fuzzy search through all template filenames/contents in a Helm chart |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clearly distinct purpose with no overlap: helm-chart-info retrieves metadata, helm-chart-template gets specific template files, helm-chart-templates-fuzzy-search searches across templates, helm-chart-values retrieves the values.yaml file, and helm-chart-values-fuzzy-search searches within values.yaml. The descriptions make it unambiguous which tool to use for each task.
All tools follow a consistent snake_case pattern with a clear 'helm-chart-' prefix and descriptive suffixes (-info, -template, -templates-fuzzy-search, -values, -values-fuzzy-search). This predictable naming convention makes it easy to understand each tool's function at a glance.
With 5 tools, this server is well-scoped for its purpose of interacting with Helm charts on Artifact Hub. Each tool earns its place by covering distinct aspects: metadata retrieval, template access, values file access, and search capabilities for both templates and values.
The tool surface provides excellent coverage for querying and searching Helm chart components, but lacks any write operations (e.g., uploading or modifying charts). Given Artifact Hub's nature as a repository, this is reasonable, but agents cannot perform any creation or update actions through this interface.