Skip to content

vaidikcode/UID_MCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 66.2%
  • Shell 33.5%
  • Makefile 0.3%