MCP ExplorerExplorer

Artifacthub Mcp

@AlexW00on a year ago
3 MIT
FreeCommunity
AI Systems
#artifacthub#devops#helm#k8s#kubernetes
MCP Server for Artifacthub.

Overview

What is Artifacthub Mcp

artifacthub-mcp is a Model Context Protocol (MCP) server designed for interacting with Helm charts on Artifacthub, enabling users to manage and retrieve information about Helm charts effectively.

Use cases

Use cases for artifacthub-mcp include retrieving specific information about Helm charts, searching for configuration values, and generating templates for Helm charts in CI/CD pipelines.

How to use

To use artifacthub-mcp, you can click the auto-install link for VS-Code or configure it manually using the provided MCP configuration JSON. This allows you to run the server via Docker.

Key features

Key features of artifacthub-mcp include tools for retrieving Helm chart information, accessing default values.yaml files, performing fuzzy searches on values, and obtaining templates of Helm charts.

Where to use

artifacthub-mcp can be used in DevOps environments, cloud-native application development, and any scenario where Helm charts are utilized for Kubernetes deployments.

Content

ArtifactHub MCP Server

This is a Model Context Protocol (MCP) server for interacting with Helm charts on Artifacthub.

ArtifactHub Server MCP server

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"
      ]
    }
  }
}

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers