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
{{- if .Values.scrape.enabled }}
---
apiVersion: operator.victorialogs.com/v1beta1
kind: VMServiceScrape
metadata:
labels: {{ include "mcp-victorialogs.labels" . | nindent 4 }}
name: {{ include "mcp-victorialogs.fullname" . }}
spec:
endpoints:
- path: /metrics
port: http
namespaceSelector: { }
selector:
matchLabels: {{ include "mcp-victorialogs.labels" . | nindent 6 }}
{{- end }}