jterceiro/mcp_kubernetes
If you are the rightful owner of mcp_kubernetes 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.
This project implements an MCP server for advanced management of Kubernetes clusters.
Tools
Functions exposed to the LLM to take actions
get_pods
Retrieve a list of pods by namespace and context.
get_pod_details
Retrieve complete details of a specific pod.
get_deployments
List deployments by namespace and context.
scale_deployment
Scale the number of replicas for a deployment.
rollout_deployment
Restart a deployment to apply updates.
get_nodes
List nodes with detailed information.
get_logs
Retrieve logs from specific pods and containers.
get_available_contexts
List all available Kubernetes contexts.
set_default_context
Set the default Kubernetes context.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client