https://github.com/alexw00/artifacthub-mcp
MCP Server for Artifacthub.
https://github.com/alexw00/artifacthub-mcp
artifacthub devops helm k8s kubernetes
Last synced: about 2 months ago
JSON representation
MCP Server for Artifacthub.
- Host: GitHub
- URL: https://github.com/alexw00/artifacthub-mcp
- Owner: AlexW00
- License: mit
- Created: 2025-05-12T15:36:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-15T15:48:21.000Z (about 1 year ago)
- Last Synced: 2026-04-07T20:41:30.960Z (2 months ago)
- Topics: artifacthub, devops, helm, k8s, kubernetes
- Language: TypeScript
- Homepage:
- Size: 39.1 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ artifacthub
README
# ArtifactHub MCP Server
This is a Model Context Protocol (MCP) server for interacting with Helm charts on [Artifacthub](https://artifacthub.io/).
## Usage
For VS-Code, click this [auto-install-link](https://insiders.vscode.dev/redirect/mcp/install?name=artifacthub-mcp&config=%7B%22command%22%3A%22docker%22%2C%22args%22%3A%5B%22run%22%2C%22-i%22%2C%22--rm%22%2C%22ghcr.io%2Falexw00%2Fartifacthub-mcp%3Alatest%22%5D%7D).
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