TerryHowe/helm-mcp
If you are the rightful owner of helm-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Helm MCP Server is a robust platform designed to facilitate the deployment and management of model context protocols, leveraging the latest advancements in LLM and MCP technologies.
helm-mcp
A Helm plugin that provides MCP (Model Context Protocol) server functionality for interacting with Helm repositories, charts, and releases.
Installation
Install the plugin from this repository:
helm plugin install https://github.com/TerryHowe/helm-mcp
Or install locally:
helm plugin install /path/to/helm-mcp
Usage
Show plugin version:
helm mcp version
Start the MCP server:
helm mcp start
Configure Claude Desktop:
helm mcp claude
Configure VSCode:
helm mcp vscode
Export available tools as JSON:
helm mcp tools
Show help:
helm mcp --help
Development
The plugin is written in Go and requires Go 1.21 or later.
Building
Build the plugin:
make build
Build for all platforms:
make build-all
Project Structure
plugin.yaml
- Plugin metadata and configurationmain.go
- Main plugin source codego.mod
- Go module definitionMakefile
- Build automationbin/
- Compiled binaries (generated)
Uninstall
helm plugin uninstall mcp