Skip to main content
Glama
service.yaml692 B
apiVersion: v1 kind: Service metadata: name: {{ include "karpenter.fullname" . }} namespace: {{ .Release.Namespace }} labels: {{- include "karpenter.labels" . | nindent 4 }} {{- if or .Values.additionalAnnotations .Values.service.annotations }} annotations: {{- with .Values.additionalAnnotations }} {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.service.annotations }} {{- toYaml . | nindent 4 }} {{- end }} {{- end }} spec: type: ClusterIP ports: - name: http-metrics port: {{ .Values.controller.metrics.port }} targetPort: http-metrics protocol: TCP selector: {{- include "karpenter.selectorLabels" . | nindent 4 }}

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