Skip to main content
Glama

Sumanshu Arora

service.yamlβ€’472 B
{{- if eq .Values.mcp.type "http" }} apiVersion: v1 kind: Service metadata: name: {{ include "mcp-server.fullname" . }} labels: {{- include "mcp-server.labels" . | nindent 4 }} spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} targetPort: {{ .Values.service.targetPort }} protocol: {{ .Values.service.protocol }} name: http selector: {{- include "mcp-server.selectorLabels" . | nindent 4 }} {{- end }}

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/Data-Everything/mcp-server-templates'

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