Skip to main content
Cloud PlatformsGo

StacklokLabs/mkp

MKP is a Model Context Protocol (MCP) server for Kubernetes that allows LLM-powered applications to interact with Kubernetes clusters. It provides tools for listing and applying Kubernetes resources through the MCP protocol.

cloud-platformscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/StacklokLabs/mkp

Claude Desktop configuration example:

{
  "mcpServers": {
    "mkp": {
      "command": "npx",
      "args": [
        "-y",
        "StacklokLabs/mkp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Cloud Platforms
Language
Go
Author
StacklokLabs