Helm for the JVM — render charts and manage releases in pure Java, byte-for-byte compatible with `helm template`. Library, Spring Boot starter, REST API, MCP server (AI tools), and CLI.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"jhelm": {
"command": "npx",
"args": [
"-y",
"alexmond/jhelm"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add jhelm npx -y alexmond/jhelm
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"jhelm": {
"command": "npx",
"args": [
"-y",
"alexmond/jhelm"
]
}
}
}
📋 Copy
README Excerpt
= jhelm :jhelm-version: 0.4.0 :url-docs: https://www.alexmond.org/jhelm/current/index.html :url-docs-mcp: https://www.alexmond.org/jhelm/current/mcp.html :url-docs-rest: https://www.alexmond.org/jhelm/current/rest-api.html :toc: image:https://img.shields.io/maven-central/v/org.alexmond/jhelm-core.svg?label=Maven%20Central[Maven Central,link=https://search.maven.org/artifact/org.alexmond/jhelm-core]
Topics
ai-tools devops go-template helm helm-charts java jvm kubernetes kubernetes-helm mcp model-context-protocol spring-ai spring-boot