Skip to main content
Glama
AlexW00

ArtifactHub MCP Server

by AlexW00

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues