Skip to main content
Glama
hd-deman

ArtifactHub MCP Server

by hd-deman

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

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 focused on different aspects of Helm chart data retrieval. helm-chart-info provides metadata, helm-chart-template gets specific template files, helm-chart-templates-fuzzy-search searches template content, helm-chart-values retrieves values.yaml, and helm-chart-values-fuzzy-search searches within values.yaml. There is no overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'helm-chart-' prefix with descriptive suffixes (info, template, templates-fuzzy-search, values, values-fuzzy-search). The naming pattern is uniform throughout, using kebab-case consistently and clearly indicating each tool's specific function.

Tool Count5/5

With 5 tools, this server is well-scoped for its purpose of retrieving and searching Helm chart data from Artifact Hub. Each tool serves a distinct and necessary function without redundancy, making the count appropriate for the domain.

Completeness4/5

The toolset provides comprehensive coverage for retrieving and searching Helm chart data, including metadata, templates, and values. A minor gap exists in the inability to list or browse available charts (e.g., search or list charts by criteria), but the core operations for working with specific charts are well-covered.

Maintenance

ActivityInactive
ResponsivenessNo issues