K8s MCP Server
UnclaimedManage Your Kubernetes Cluster with k8s mcp-server
Install
docker run -p 8080:8080 -v ~/.kube/config:/home/appuser/.kube/config:ro ginnux/k8s-mcp-server:latestUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (12)
containerName
(string, optional): The specific container name within the pod. If omitted:
host
(string, optional): The host to filter ingresses by. If omitted, all ingresses are included.
includeClusterScoped
(boolean, optional): Whether to include cluster-scoped resources (defaults to true).
includeNamespaceScoped
(boolean, optional): Whether to include namespace-scoped resources (defaults to true).
kind
(string, required): The kind of resource to get (e.g., "Pod", "Deployment").
labelSelector
(string, optional): Filter resources by label selector (e.g., "app=nginx,env=prod").
manifest
(string, required): The JSON manifest of the resource.
name
(string, required): The name of the resource to get.
namespace
(string, optional): The namespace to list resources from. If omitted, lists across all namespaces for namespaced resources (subject to RBAC).
podName
(string, required): The name of the pod.
resourceKind
(string, optional): The kind of the specific resource (e.g., "Pod") if resourceName is provided.
resourceName
(string, optional): The name of a specific resource (e.g., a Pod name) to filter events for.