Skip to main content
Glama
458,158 tools. Updated 2026-08-14 23:05

"Celery" matching MCP tools:

Matching MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables interaction with Celery distributed task queues through MCP tools. Supports task management, monitoring worker statistics, and controlling asynchronous job execution through natural language.
    3
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    This MCP server provides AI assistants with full control over Celery task queues by exposing all Celery Flower REST API endpoints as tools. It enables monitoring workers, managing tasks, inspecting queues, and controlling worker pools in real-time through natural language.
    21
    3
    MIT
  • Retrieve a list of all registered task types in your Celery setup to understand available tasks for monitoring and management.
    MIT
  • Execute a Celery task synchronously and retrieve its result. Requires task name; optional args, kwargs, and options.
    MIT
  • Retrieve Celery queue statistics to monitor background task processing. For white team administrators, it provides insights to diagnose queue performance issues in the scoring engine.
  • Send a Celery task directly without requiring prior registration on the worker. Specify task name, arguments, and options to trigger execution.
    MIT
  • Revoke a Celery task by its task ID and optionally terminate it if running, with configurable signal (default SIGTERM).
    MIT
  • Restart a worker's process pool to refresh all pool processes, clear stale state, and apply configuration changes. Ideal for maintenance or troubleshooting worker issues.
    MIT
  • Retrieve detailed information about a Celery task by providing its task ID. This tool returns complete task details including state, result, traceback, and metadata for monitoring and debugging.
    MIT