StacklokLabs/mkp
🔌 MCP ServerStacklokLabs
MCP server for Kubernetes: let LLMs manage clusters via MCP protocol.
The MKP (MCP for Kubernetes) server by StacklokLabs implements the Model Context Protocol (MCP) to expose Kubernetes cluster operations as MCP tools. It allows language models to list resources (e.g., pods, services) and apply manifests directly from AI conversations. Built on Go, it leverages the MCP specification to provide a secure, context-aware interface for cluster management. Key features include authentication via kubeconfig, support for dynamic resource discovery, and strict permission boundaries enforced by the Kubernetes RBAC. The server can be run as a standalone binary or integrated into MCP-compatible hosts like Claude Desktop. By standardizing AI-to-Kubernetes interactions, mkp reduces the need for custom scripting and empowers natural language-driven DevOps workflows.
💡Highlights
- ├─MCP server for Kubernetes
- ├─List and apply K8s resources
- └─Secure RBAC-based access
🎯For
- ├─Kubernetes engineers
- ├─DevOps teams
- └─AI/LLM developers