We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrmatherly/mcp-context-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{{- if and .Values.minio.enabled (not .Values.minio.existingSecret) }}
apiVersion: v1
kind: Secret
metadata:
name: {{ include "mcp-stack.fullname" . }}-minio
labels:
{{- include "mcp-stack.labels" . | nindent 4 }}
type: Opaque
data:
MINIO_ROOT_USER: {{ .Values.minio.credentials.rootUser | b64enc | quote }}
MINIO_ROOT_PASSWORD: {{ .Values.minio.credentials.rootPassword | b64enc | quote }}
{{- end }}