We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{{- if .Values.serviceAccount.create -}}
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: {{ include "dot-ai.fullname" . }}
labels:
{{- include "dot-ai.labels" . | nindent 4 }}
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: ClusterRole
name: {{ include "dot-ai.fullname" . }}
subjects:
- kind: ServiceAccount
{{- if eq .Values.deployment.method "toolhive" }}
name: {{ include "dot-ai.fullname" . }}-sa
{{- else }}
name: {{ include "dot-ai.serviceAccountName" . }}
{{- end }}
namespace: {{ .Release.Namespace }}
{{- end }}