Skip to main content
Glama
disruption-budget.yaml735 B
apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: pdb spec: minAvailable: "80%" selector: matchLabels: app: pdb --- apiVersion: apps/v1 kind: Deployment metadata: name: pdb spec: replicas: 10 selector: matchLabels: app: pdb template: metadata: labels: app: pdb spec: securityContext: runAsUser: 2000 runAsGroup: 3000 fsGroup: 2000 containers: - image: public.ecr.aws/eks-distro/kubernetes/pause:3.2 name: pdb resources: requests: cpu: "1" memory: 256M securityContext: allowPrivilegedEscalation: false nodeSelector: kubernetes.io/arch: amd64

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/mengfwan/test-mcp-glama'

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