We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmmeteo/django-styleguide-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
celery.md•271 B
## Celery
We use [Celery](http://www.celeryproject.org/) for the following general cases:
- Communicating with 3rd party services (sending emails, notifications, etc.)
- Offloading heavier computational tasks outside the HTTP cycle.
- Periodic tasks (using Celery beat)