flux159/mcp-server-kubernetes
Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Quick Start
Clone the repository:
git clone https://github.com/Flux159/mcp-server-kubernetesClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-kubernetes": {
"command": "npx",
"args": [
"-y",
"flux159/mcp-server-kubernetes"
]
}
}
}Check the repository README for specific installation and configuration instructions.