merev/k8s-mcp-server
3.2
If you are the rightful owner of k8s-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The mcp-kubernetes-server is a server implementing the Model Context Protocol (MCP) to enable AI assistants to interact with Kubernetes clusters.
Tools
Functions exposed to the LLM to take actions
kubectl
Run any kubectl command and return the output
helm
Run any helm command and return the output
k8s_get
Fetch any Kubernetes object (or list) as JSON string
k8s_create
Create a Kubernetes resource from YAML/JSON content
k8s_delete
Delete resources by name, label selector, or all resources in a namespace
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client