silenceper/mcp-k8s
🔌 MCP Serversilenceper
Manage Kubernetes resources via natural language prompts.
MCP-K8S is an MCP server designed to bridge AI assistants with Kubernetes cluster operations. It allows users to perform any action on any Kubernetes resource—native or custom—through natural language. Simply describe what you need (e.g., 'scale deployment nginx to 5 replicas'), and the AI interprets and executes the corresponding cluster operations. This eliminates the need to memorize kubectl commands or YAML syntax. Built as a Model Context Protocol (MCP) server, it integrates seamlessly with AI tools like Claude Desktop, GitHub Copilot, and other MCP-compatible clients. The server handles authentication, context management, and error handling, making Kubernetes management accessible to non-experts while powering automation for DevOps teams.
💡Highlights
- ├─Operate any K8s resource via NL
- ├─Supports native and CRD resources
- └─Integrates with MCP-compatible AI tools
🎯For
- ├─DevOps
- ├─Kubernetes admins
- └─AIops
🔗Links
- └─GitHub