Skip to content

Latest commit

 

History

History
38 lines (33 loc) · 862 Bytes

File metadata and controls

38 lines (33 loc) · 862 Bytes

MCP Server (Kubernetes)

The MCP server provides various basic tools to interact with a simple Kubernetes cluster

To Quickly Test it -

  1. Start Docker Desktop
  2. cd cluster
  3. Start the cluster
    kind create cluster --name example --config example-cluster.yml
  4. Start a simple Kubernetes client to interact with your cluster
    cd ..
    cd kubernetes-api
    go run main.go
  5. Build the MCP server binary
go build .
  1. Reference binary location to Claude desktop in claude_desktop_config.json
   {
  "mcpServers": {
    "k8s-mcp": {
      "command": "C:\\mcp\\k8s mcp\\mcp\\mcp_server.exe"
    }
  }
}

Note - The MCP server is written by Vaidik and the kuberenetes api to interact with cluster using uuid is written by Naman