Skip to main content
Glama
render.yaml592 B
services: - type: web name: mcp-server env: node buildCommand: | npm ci && npm run build startCommand: npm run start plan: starter envVars: - key: NODE_ENV value: production - key: PORT value: "10000" - key: MAX_FILE_SIZE value: "52428800" - key: CORS_ORIGIN value: "*" - key: LOG_LEVEL value: "info" - key: RATE_LIMIT_ENABLED value: "true" autoDeploy: true healthCheckPath: "/api/health" disk: name: mcp-data mountPath: /app/data sizeGB: 1

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/the-real-therealorry/mcp-server'

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