We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/perfecxion-ai/secure-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
apiVersion: apps/v1
kind: Deployment
metadata:
name: secure-mcp
spec:
template:
metadata:
annotations:
cluster-autoscaler.kubernetes.io/safe-to-evict: "false"
fluentbit.io/parser: "json"
spec:
containers:
- name: secure-mcp
resources:
limits:
cpu: 4000m
memory: 4Gi
requests:
cpu: 1000m
memory: 1Gi
env:
- name: ENABLE_PRODUCTION_MODE
value: "true"
- name: ENABLE_AUDIT_LOGGING
value: "true"
- name: ENABLE_ENCRYPTION_AT_REST
value: "true"
- name: FORCE_HTTPS
value: "true"
- name: ENABLE_COMPLIANCE_MODE
value: "true"