manusa/Kubernetes MCP Server
powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for **any** Kubernetes resource, this server provides specialized tools to interact with your cluster.
Quick Start
Clone the repository:
git clone https://github.com/manusa/kubernetes-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"kubernetes-mcp-server": {
"command": "npx",
"args": [
"-y",
"manusa/Kubernetes MCP Server"
]
}
}
}Check the repository README for specific installation and configuration instructions.