includeClusterScoped
(boolean, optional): Whether to include cluster-scoped resources (defaults to true).
How to use it
includeClusterScoped is exposed by the K8s MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the includeClusterScoped tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install K8s MCP Server
docker run -p 8080:8080 -v ~/.kube/config:/home/appuser/.kube/config:ro ginnux/k8s-mcp-server:latestOther tools in K8s MCP Server (11)
(string, optional): The specific container name within the pod. If omitted:
(string, optional): The host to filter ingresses by. If omitted, all ingresses are included.
(boolean, optional): Whether to include namespace-scoped resources (defaults to true).
(string, required): The kind of resource to get (e.g., "Pod", "Deployment").
(string, optional): Filter resources by label selector (e.g., "app=nginx,env=prod").
(string, required): The JSON manifest of the resource.
(string, required): The name of the resource to get.
(string, optional): The namespace to list resources from. If omitted, lists across all namespaces for namespaced resources (subject to RBAC).
(string, required): The name of the pod.
(string, optional): The kind of the specific resource (e.g., "Pod") if resourceName is provided.
(string, optional): The name of a specific resource (e.g., a Pod name) to filter events for.