We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/daviddraiumbrella/invoice-monitoring'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
base-chart:
extraEnv:
ENV: dev
UMBRELLA_API_BASE_URL: "https://api.dev.umbrellacost.dev/api/v1"
NODE_ENV: "production"
deployment:
annotations: {}
serviceAccount:
create: true
awsRole: "umbrella-mcp-eks-dev"
awsAccount: "932213950603"
ingress:
enabled: true
className: nginx
paths: /
pathType: Prefix
hosts:
- mcp.dev.umbrellacost.dev
#annotations:
# kubernetes.io/ingress.class: alb
# alb.ingress.kubernetes.io/scheme: internet-facing
# alb.ingress.kubernetes.io/target-type: ip
# alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS":443}]'
# alb.ingress.kubernetes.io/ssl-policy: ELBSecurityPolicy-TLS-1-2-2017-01
# alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-east-1:932213950603:certificate/50f5a004-63c5-4214-99c1-2bef32bcacdb
# alb.ingress.kubernetes.io/healthcheck-protocol: HTTP
# alb.ingress.kubernetes.io/healthcheck-port: '3000'
# alb.ingress.kubernetes.io/healthcheck-path: /health
# alb.ingress.kubernetes.io/healthcheck-interval-seconds: '15'
# alb.ingress.kubernetes.io/healthcheck-timeout-seconds: '5'
# alb.ingress.kubernetes.io/success-codes: '200'
# alb.ingress.kubernetes.io/healthy-threshold-count: '2'
# alb.ingress.kubernetes.io/unhealthy-threshold-count: '2'
# alb.ingress.kubernetes.io/target-group-attributes: deregistration_delay.timeout_seconds=10
# alb.ingress.kubernetes.io/cors-allow-origin: "https://dev.instances.anodot.com"
#alb.ingress.kubernetes.io/wafv2-acl-arn: "arn:aws:wafv2:us-east-1:932213950603:regional/webacl/alb-waf/3d4f03f2-6682-43b7-9fd4-c6f312b20031"
ingressSecondary:
enabled: false
nodeSelector:
group: pricing
tolerations:
- key: "group"
operator: "Equal"
value: "pricing"
effect: "NoSchedule"