📦
Helm MCP
Helm MCP Server
0 installs
Trust: 51 — Fair
Devtools
Installation
npx helm-mcpAsk AI about Helm MCP
Powered by Claude · Grounded in docs
I know everything about Helm MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
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
