k8s-manager

farchanjo/k8s-manager
★ 0 stars Swift 🤖 AI/LLM Updated 5d ago
macOS-native Kubernetes manager with built-in LLM assistant (Anthropic, OpenAI, OpenAI-compatible) and in-process MCP server. Swift 6 / SwiftUI. Spec-as-source-of-truth (DDD + Hexagonal + MADR ADRs). Multi-cluster, kubeconfig read-only, Helm, Prometheus, native exec/port-forward.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "k8s-manager": {
      "command": "npx",
      "args": [
        "-y",
        "farchanjo/k8s-manager"
      ]
    }
  }
}

README Excerpt

**macOS-native Kubernetes manager** with a built-in LLM assistant (Anthropic, OpenAI, OpenAI-compatible) and an in-process Model Context Protocol (MCP) server that exposes read-only Kubernetes tools to the assistant. > Project status — **architecture and specification phase**. No application code is committed yet.

Topics

anthropicdddhexagonal-architecturek8skuberneteskubernetes-clientllmmacosmadrmcpmodel-context-protocolollamaopenaispec-driven-developmentswift