ArtifactHub MCP Server
Provides tools for interacting with Helm charts on ArtifactHub, including retrieving chart information, accessing default values.yaml files, searching within chart values, and fetching chart templates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ArtifactHub MCP Servershow me the default values for the nginx-ingress chart"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
{
"servers": {
"artifacthub-mcp": {
"type": "stdio",
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/alexw00/artifacthub-mcp"]
}
}
}Related MCP server: Prometheus MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI assistants to interact with Kubernetes clusters through natural language, supporting core Kubernetes operations, monitoring, security, and diagnostics.Last updated187939MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to query Prometheus metrics, discover available data, and analyze system performance through natural language interactions.Last updated588MIT
- AlicenseAqualityDmaintenanceEnables interaction with Helm charts on ArtifactHub by providing tools to retrieve chart metadata, default values, and templates. It supports fuzzy searching within values and templates to simplify the discovery and analysis of Kubernetes packages.Last updated5MIT
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.Last updatedMIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
An MCP server that gives your AI access to the source code and docs of all public github repos
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AlexW00/artifacthub-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server