Skip to main content
Glama
aggregate-clusterrole.yaml667 B
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: {{ include "karpenter.fullname" . }}-admin labels: rbac.authorization.k8s.io/aggregate-to-admin: "true" {{- include "karpenter.labels" . | nindent 4 }} {{- with .Values.additionalAnnotations }} annotations: {{- toYaml . | nindent 4 }} {{- end }} rules: - apiGroups: ["karpenter.sh"] resources: ["nodepools", "nodepools/status", "nodeclaims", "nodeclaims/status"] verbs: ["get", "list", "watch", "create", "delete", "patch"] - apiGroups: ["karpenter.k8s.aws"] resources: ["ec2nodeclasses"] verbs: ["get", "list", "watch", "create", "delete", "patch"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mengfwan/test-mcp-glama'

If you have feedback or need assistance with the MCP directory API, please join our Discord server