Skip to main content
Glama

mcp-optimizer

hpa.yamlโ€ข964 B
apiVersion: autoscaling/v2 kind: HorizontalPodAutoscaler metadata: name: mcp-optimizer-hpa namespace: mcp-optimizer labels: app.kubernetes.io/name: mcp-optimizer app.kubernetes.io/component: autoscaler spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: mcp-optimizer minReplicas: 2 maxReplicas: 10 metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 70 - type: Resource resource: name: memory target: type: Utilization averageUtilization: 80 behavior: scaleDown: stabilizationWindowSeconds: 300 policies: - type: Percent value: 50 periodSeconds: 60 scaleUp: stabilizationWindowSeconds: 60 policies: - type: Percent value: 100 periodSeconds: 60 - type: Pods value: 2 periodSeconds: 60 selectPolicy: Max

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/dmitryanchikov/mcp-optimizer'

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