Skip to main content
Glama

Weather MCP Service

by Philip-Walsh
values.yaml838 B
replicaCount: 1 image: repository: weathernode tag: latest pullPolicy: IfNotPresent service: type: ClusterIP port: 3000 ingress: enabled: true className: nginx annotations: nginx.ingress.kubernetes.io/rate-limit: "100" nginx.ingress.kubernetes.io/rate-limit-window: "1m" hosts: - host: weather.local paths: - path: / pathType: Prefix tls: [] resources: limits: cpu: 500m memory: 512Mi requests: cpu: 100m memory: 128Mi autoscaling: enabled: false minReplicas: 1 maxReplicas: 3 targetCPUUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {} env: WEATHER_API_KEY: "" DEFAULT_LOCATION: "London" TEMP_UNIT: "C" NODE_ENV: "production" persistence: enabled: true storageClass: "" accessMode: ReadWriteOnce size: 1Gi

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/Philip-Walsh/weathernode'

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