Skip to main content
Cloud PlatformsGo

silenceper/mcp-k8s

MCP-K8S is an AI-driven Kubernetes resource management tool that allows users to operate any resources in Kubernetes clusters through natural language interaction, including native resources (like Deployment, Service) and custom resources (CRD). No need to memorize complex commands - just describe your needs, and AI will accurately execute the corresponding cluster operations, greatly enhancing the usability of Kubernetes.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/silenceper/mcp-k8s

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-k8s": {
      "command": "npx",
      "args": [
        "-y",
        "silenceper/mcp-k8s"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Go
Author
silenceper