patrickdappollonio/mcp-kubernetes-ro
If you are the rightful owner of mcp-kubernetes-ro and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
mcp-kubernetes-ro is a Model Context Protocol (MCP) server providing read-only access to Kubernetes clusters for AI assistants.
Tools
Functions exposed to the LLM to take actions
list_resources
List any Kubernetes resources by type with optional filtering.
get_resource
Get specific resource details.
get_logs
Get pod logs with advanced filtering options.
get_pod_containers
List containers in a pod for log access.
list_api_resources
List available Kubernetes API resources with their details.
list_contexts
List available Kubernetes contexts from the kubeconfig file.
get_node_metrics
Get node metrics (CPU and memory usage).
get_pod_metrics
Get pod metrics (CPU and memory usage).
encode_base64
Encode text data to base64 format.
decode_base64
Decode base64 data to text format.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client