Back to directory
mcp-helmfile

mcp-helmfile

@snowsky2

A FastMCP server for executing Helmfile commands through MCP, providing a standardized interface for managing Helmfile operations.

helmfilekubernetesmcp-serverdeploymenttool

Installation & Configuration

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "LOCAL_DIRECTORY_ALLOWED_ACCESSED_BY_CLAUDE_DESKTOP"
      ]
    },
    "helmfile": {
      "command": "uv",
      "args": [
        "--directory",
        "LOCAL_DIRECTORY_THIS_REPO",
        "run",
        "server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/9
Updated
2026/6/7