cloud platforms

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
rust
cloud platforms
0
View on GitHub

Installation

npx -y StacklokLabs/mkp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/StacklokLabs/mkp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub
StacklokLabs/mkp