We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AI-Riksarkivet/oxenstierna'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
NOTES.txt•1.13 KiB
ra-mcp has been deployed!
1. Get the application URL:
{{- if .Values.ingress.enabled }}
{{- range .Values.ingress.hosts }}
http{{ if $.Values.ingress.tls }}s{{ end }}://{{ .host }}
{{- end }}
{{- else if eq .Values.service.type "NodePort" }}
export NODE_PORT=$(kubectl get --namespace {{ .Release.Namespace }} -o jsonpath="{.spec.ports[0].nodePort}" services {{ include "ra-mcp.fullname" . }})
export NODE_IP=$(kubectl get nodes --namespace {{ .Release.Namespace }} -o jsonpath="{.items[0].status.addresses[0].address}")
echo http://$NODE_IP:$NODE_PORT
{{- else if eq .Values.service.type "LoadBalancer" }}
NOTE: It may take a few minutes for the LoadBalancer IP to be available.
kubectl get --namespace {{ .Release.Namespace }} svc {{ include "ra-mcp.fullname" . }} -w
{{- else }}
kubectl --namespace {{ .Release.Namespace }} port-forward svc/{{ include "ra-mcp.fullname" . }} {{ .Values.service.port }}:{{ .Values.service.port }}
echo "MCP endpoint: http://127.0.0.1:{{ .Values.service.port }}/mcp"
{{- end }}
2. Connect Claude Code to the MCP server:
claude mcp add --transport sse ra-mcp http://127.0.0.1:{{ .Values.service.port }}/sse