vijaykodam/kubernetes-readonly-mcp
If you are the rightful owner of kubernetes-readonly-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 henry@mcphub.com.
A Model Context Protocol (MCP) server for safely interacting with Kubernetes clusters using read-only operations.
Tools
Functions exposed to the LLM to take actions
list_pods
List all pods in a namespace or across all namespaces
list_deployments
List all deployments in a specified namespace
list_services
List all services in a namespace or across all namespaces
list_namespaces
List all namespaces in the cluster
get_events
Get Kubernetes events from the cluster
get_pod_logs
Get logs from a specific pod
get_logs
Get logs from pods, deployments, jobs, or resources matching a label selector
list_nodes
List all nodes in the cluster and their status
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client