icon for mcp server

Kubernetes Pod Lister

STDIO

MCP server for listing and managing Kubernetes pods.

#Clone the repo #Execute the following commands

  1. go get github.com/Dineshkumarramaraj/mcp-kubernetes/kubernetes-listpods
  2. go install github.com/Dineshkumarramaraj/mcp-kubernetes/kubernetes-listpods

#Add the below content in "claude_desktop_config.json"

{ "mcpServers": { "kubernetes_listpods": { "command": "kubernetes-listpods", "args": [] } } }

Note: In command, try to give pull path of go bin eg: ~/go/bin/kubernetes-listpods Image

#If you dont have claude desktop installed on your laptop, then try running below command in developer mode

  1. npx @modelcontextprotocol/inspector go run main.go
  2. Try "localhost:5173" in your browser.

Be the First to Experience MCP Now