We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systeminit/si'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
prod-service-restart-cron.yml•334 B
name: Production Service Restart Cron
on:
schedule:
- cron: "0 20 * * 6,0" # Deploys every weekend at 8pm UTC
concurrency:
group: restart-production
cancel-in-progress: false
jobs:
restart-production:
uses: ./.github/workflows/deploy-service-restart.yml
with:
environment: production
secrets: inherit