K8s MCP Server
未申請Manage Your Kubernetes Cluster with k8s mcp-server
インストール
docker run -p 8080:8080 -v ~/.kube/config:/home/appuser/.kube/config:ro ginnux/k8s-mcp-server:latest未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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.