feiskyer/mcp-kubernetes-server
A Model Context Protocol (MCP) server that enables AI assistants to interact with Kubernetes clusters. It serves as a bridge between AI tools (like Claude, Cursor, and GitHub Copilot) and Kubernetes, translating natural language requests into Kubernetes operations and returning the results in a format the AI tools can understand.
This project helps DevOps engineers and SREs manage their Kubernetes clusters using natural language. You can input commands or questions in plain English to an AI assistant (like Claude or GitHub Copilot), and it translates them into Kubernetes operations. The output is information about your cluster, resource statuses, or command results, all presented back in a way your AI assistant can understand.
Use this if you are a DevOps engineer or SRE who wants to interact with and manage Kubernetes clusters using natural language through an AI assistant.
Not ideal if you prefer to manage Kubernetes clusters directly via `kubectl` or programmatically, or if you do not use an AI assistant that supports the Model Context Protocol.
Stars
16
Forks
9
Language
Python
License
Apache-2.0
Category
Last pushed
Feb 04, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/feiskyer/mcp-kubernetes-server"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
rohitg00/kubectl-mcp-server
A Model Context Protocol (MCP) server for Kubernetes. Install: npx kubectl-mcp-server or pip...
Azure/aks-mcp
A Model Context Protocol (MCP) server that enables AI assistants to interact with AKS clusters....
alexei-led/k8s-mcp-server
K8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude...
reza-gholizade/k8s-mcp-server
Manage Your Kubernetes Cluster with k8s mcp-server
silenceper/mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes...