mkp

StacklokLabs/mkp
★ 57 stars Go ⚙️ DevOps Updated 20d ago
MKP is a Model Context Protocol (MCP) server for Kubernetes
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mkp": {
      "command": "go",
      "args": [
        "run",
        "github.com/StacklokLabs/mkp@latest"
      ]
    }
  }
}