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.
Quick Start
Clone the repository:
git clone https://github.com/StacklokLabs/mkpClaude Desktop configuration example:
{
"mcpServers": {
"mkp": {
"command": "npx",
"args": [
"-y",
"StacklokLabs/mkp"
]
}
}
}Check the repository README for specific installation and configuration instructions.