andrew/sidekiq-mcp
If you are the rightful owner of sidekiq-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Sidekiq MCP is a plugin that integrates with Sidekiq to provide a Model Context Protocol (MCP) server, allowing for interaction with Sidekiq queues, statistics, and job management through a standardized interface.
Tools
Functions exposed to the LLM to take actions
sidekiq_stats
Get general Sidekiq statistics (processed, failed, busy, enqueued counts)
job_class_stats
Breakdown of job counts, retries, and error rates by class
workers_count
Show how many workers are running and busy
queue_health
Heuristics on whether queues are backed up or healthy
list_queues
List all queues with sizes and latency
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client