We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vfarcic/dot-ai'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{{- if eq .Values.deployment.method "standard" }}
apiVersion: v1
kind: Service
metadata:
name: {{ include "dot-ai.fullname" . }}
labels:
{{- include "dot-ai.labels" . | nindent 4 }}
spec:
type: ClusterIP
selector:
{{- include "dot-ai.selectorLabels" . | nindent 4 }}
ports:
- port: 3456
targetPort: 3456
protocol: TCP
name: http
{{- end }}