LogoSTMCP
Download
helm-chart-cli-mcp

Helm MCP

Helm MCP provides a bridge between AI assistants and the Helm package manager for Kubernetes, enabling natural language interaction for chart management, repository operations, and release deployments.

Tools

1. helm_completion

Generate autocompletion scripts for various shells.

2. helm_create

Create a new chart with the given name.

3. helm_lint

Runs a series of tests to verify that the chart is well-formed.

4. helm_package

Packages a chart into a chart archive.

5. helm_template

Renders chart templates locally and displays the output.

6. helm_dependency_build

Builds the chart's dependencies.

7. helm_dependency_list

Lists the dependencies for the given chart.

8. helm_dependency_update

Updates the chart's dependencies.

9. helm_env

Shows Helm's environment information.

10. helm_version

Shows the Helm version information.

11. helm_install

Installs a chart.

12. helm_uninstall

Uninstalls a release.

13. helm_upgrade

Upgrades a release.

14. helm_rollback

Rolls back a release to a previous revision.

15. helm_list

Lists releases.

16. helm_status

Displays the status of the named release.

17. helm_history

Gets the release history.

18. helm_test

Runs tests for a release.

19. helm_get_all

Gets all information about a release.

20. helm_get_hooks

Gets the hooks for a release.

21. helm_get_manifest

Gets the manifest for a release.

22. helm_get_metadata

Gets the metadata for a release.

23. helm_get_notes

Gets the notes for a release.

24. helm_get_values

Gets the values for a release.

25. helm_repo_add

Adds a chart repository.

26. helm_repo_index

Generates an index file for a chart repository.

27. helm_repo_list

Lists chart repositories.

28. helm_repo_remove

Removes a chart repository.

29. helm_repo_update

Updates chart repositories.

30. helm_search_repo

Searches repositories for a keyword in charts.

31. helm_search_hub

Searches the Helm Hub for a keyword in charts.

32. helm_registry_login

Logs in to a registry.

33. helm_registry_logout

Logs out from a registry.

34. helm_push

Pushes a chart to a registry.

35. helm_pull

Downloads a chart from a repository.

36. helm_show_all

Shows all information of a chart.

37. helm_show_chart

Shows the chart's definition.

38. helm_show_crds

Shows the chart's CRDs.

39. helm_show_readme

Shows the chart's README.

40. helm_show_values

Shows the chart's values.

41. helm_plugin_install

Installs a Helm plugin.

42. helm_plugin_list

Lists Helm plugins.

43. helm_plugin_uninstall

Uninstalls a Helm plugin.

44. helm_plugin_update

Updates a Helm plugin.

45. helm_verify

Verifies that a chart at the given path has been signed and is valid.

Open Graph image for Helm MCP

JSON Config

{
  "mcpServers": {
    "helm": {
      "command": "uvx",
      "args": ["mcp-server-helm"]
    }
  }
}

Useful Links

Information