Sean-Michael/k3s-mcp
3.2
If you are the rightful owner of k3s-mcp 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 K3s MCP Server is a Python implementation of a Model Context Protocol (MCP) Server that allows an LLM, such as Claude, to interface with a Kubernetes cluster.
Tools
Functions exposed to the LLM to take actions
get_pod_count
Runs 'kubectl get pods --all-namespaces --no-headers' to get information on the running pods in the cluster and returns a count of the pods.
get_node_info
Runs 'kubectl get nodes -o json' to get information on the nodes in the cluster and returns a count of nodes followed by their names.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client