Skip to main content
Glama

Curupira

by drzln
production.yaml731 B
# Production environment overrides # Inherits from base.yaml server: environment: "production" host: "0.0.0.0" port: 8080 logging: level: "warn" pretty: false format: "json" auth: enabled: true # jwtSecret should be overridden via ENVVAR cors: origins: - "https://app.example.com" - "https://admin.example.com" rateLimit: max: 1000 window: 60000 # MinIO configuration for production # Using the Kubernetes MinIO instance storage: minio: enabled: true endPoint: "minio.storage.svc.cluster.local" port: 9000 useSSL: false # accessKey and secretKey should be overridden via ENVVARs bucket: "curupira-production" region: "us-east-1" signedUrlExpiry: 7200 # 2 hours

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/drzln/curupira'

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