★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"k8s-manager": {
"command": "npx",
"args": [
"-y",
"farchanjo/k8s-manager"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add k8s-manager npx -y farchanjo/k8s-manager
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"k8s-manager": {
"command": "npx",
"args": [
"-y",
"farchanjo/k8s-manager"
]
}
}
}
📋 Copy
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
anthropic ddd hexagonal-architecture k8s kubernetes kubernetes-client llm macos madr mcp model-context-protocol ollama openai spec-driven-development swift