Skip to main content
Glama
route.yaml922 B
{{- if .Values.route.enabled -}} {{- $fullName := include "mcp-victorialogs.fullname" . -}} {{- $svcPort := .Values.service.port -}} apiVersion: gateway.networking.k8s.io/v1 kind: HTTPRoute metadata: name: {{ $fullName }} labels: {{ include "mcp-victorialogs.labels" . | nindent 4 }} {{- with .Values.route.annotations }} annotations: {{ toYaml . | nindent 4 }} {{- end }} spec: parentRefs: {{- with .Values.route.parentRefs }} {{- toYaml . | nindent 4 }} {{- end }} {{- with .Values.route.hostnames }} hostnames: {{ toYaml . | nindent 4 }} {{- end }} rules: {{- range .Values.route.rules }} {{- with .matches }} - matches: {{ toYaml . | nindent 8 }} {{- end }} {{- with .filters }} filters: {{ toYaml . | nindent 8 }} {{- end }} backendRefs: - name: {{ $fullName }} port: {{ $svcPort }} weight: 1 {{- end }} {{- 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/VictoriaMetrics-Community/mcp-victorialogs'

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