Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ—„ļø Databases
  3. Queue Inspector MCP
Queue Inspector MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 5:47:52 PM

Queue Inspector MCP

User RatingsBe the first to rate and review this MCP server!
View Repository

MCP server for inspecting and managing Redis-backed job queues from Asynq, BullMQ, and Sidekiq with optional read-only mode.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "yusufihsangorgel-queue-inspector-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "queue-inspector-mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ—„ļø More in Databases

Overview

This MCP server enables AI agents to inspect and operate Redis-backed job queues from Asynq, BullMQ, and Sidekiq by exposing per-state counts, job details with decoded payloads, and error information. It supports moving jobs between states using each library's native scripts, ensuring accurate retries and deletions. The server communicates over stdio and can run in a read-only mode that disables mutating operations, making it suitable for production environments where safety is critical.

Use cases

•Query job counts by state in Asynq, BullMQ, or Sidekiq queues
•Retrieve detailed information about individual jobs including errors and payloads
•Retry or delete jobs using backend-specific scripts
•Monitor and diagnose stuck or failed jobs in production queues
•Integrate queue inspection into AI agents without exposing raw Redis keys

Key features

•Supports Asynq, BullMQ, and Sidekiq Redis queue backends
•Decodes backend-specific job payloads and error messages
•Provides per-state job counts and detailed job queries
•Implements retry and delete operations using native backend scripts
•Read-only mode disables mutating tools for production safety
•Communicates via MCP protocol over stdio for agent integration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Queue Inspector MCP.

Extracted Tool Capabilities
Supports Asynq, BullMQ, and Sidekiq Redis queue backends
Decodes backend-specific job payloads and error messages
Provides per-state job counts and detailed job queries
Implements retry and delete operations using native backend scripts
Read-only mode disables mutating tools for production safety
Communicates via MCP protocol over stdio for agent integration

Documentation Overview

queue-inspector-mcp

npm CI

An MCP server that lets an agent inspect and operate Redis-backed job queues. It speaks to three backends today, Asynq (Go) and BullMQ (Node) and Sidekiq (Ruby): per-state counts, individual job detail, and moving jobs between states — six tools over stdio, with a --read-only mode that drops the mutating ones entirely.

When a queue misbehaves in production, the useful questions are about jobs, not keys: how many tasks are stuck in retry, what error a specific job failed with, whether a dead job can be requeued. A generic Redis MCP server shows you keys and raw values; this one understands Asynq's protobuf task messages and BullMQ's state structures, and Sidekiq's inline job JSON, so an agent can answer those questions directly.

What this looks like from the agent side. The tool output below is recorded, not mocked: a local Redis seeded with real Asynq tasks, an SMTP relay down, and one delivery out of attempts.

text
> smtp relay was down earlier, it's back now - did we strand anything in the default queue?

āŗ queues - queue_stats (MCP)(queue: "default")
  āŽæ  { "queue": "default", "backend": "asynq", "states": { "pending": 0, "active": 0,
       "scheduled": 6, "retry": 38, "archived": 1, "completed": 57 } }

āŗ 38 tasks are stuck in retry and one is archived. Sampling the retries to see why.
āŗ queues - list_jobs (MCP)(queue: "default", state: "retry", limit: 3)
  āŽæ  { …, "count": 3, "jobs": [
       { "id": "46c6ba86-…", "type": "email:deliver", …, "attempts": 5, "maxRetries": 25,
         "lastError": "dial tcp 127.0.0.1:2525: connect: connection refused" }, … ] }

āŗ Every sampled retry is email:deliver failing to reach the relay; those re-run on their own
  now that it's back. The archived task is out of attempts — it never will.
āŗ queues - list_jobs (MCP)(queue: "default", state: "archived", limit: 1)
  āŽæ  { …, "count": 1, "jobs": [ { "id": "814cc556-04a8-4923-8de5-71a661c6063c", … } ] }
āŗ queues - get_job (MCP)(queue: "default", id: "814cc556-04a8-4923-8de5-71a661c6063c")
  āŽæ  { …, "type": "email:deliver", "state": "archived", …, "attempts": 8, "maxRetries": 8,
       …, "fullError": "dial tcp 127.0.0.1:2525: connect: connection refused",
       "timestamps": { …, "lastFailedAt": "2026-07-10T14:01:40.000Z", … },
       "payload": "{\"to\":\"dana@example.test\",\"template\":\"receipt\"}", … }

āŗ A receipt email that burned all 8 attempts during the outage. Requeuing it.
āŗ queues - retry_job (MCP)(queue: "default", id: "814cc556-04a8-4923-8de5-71a661c6063c")
  āŽæ  { "ok": true, "message": "asynq task 814cc556-04a8-4923-8de5-71a661c6063c moved to
       pending in queue \"default\"" }

āŗ queues - queue_stats (MCP)(queue: "default")
  āŽæ  { "queue": "default", "backend": "asynq", "states": { "pending": 1, "active": 0,
       "scheduled": 6, "retry": 38, "archived": 0, "completed": 57 } }
āŗ The receipt is back in pending. The other 38 will re-run as their backoff timers come due.

Background: I wrote up the design decisions behind this — why jobs, not keys, and the read-only posture — on my blog.

Architecture

mermaid
---
config:
  look: handDrawn
---
flowchart LR
    A["AI agent"] -->|"MCP Ā· stdio"| M["queue-inspector-mcp"]
    M --> B1["Asynq adapter<br/>protobuf msg"]
    M --> B2["BullMQ adapter<br/>state by zset"]
    M --> B3["Sidekiq adapter<br/>job JSON in lists + zsets"]
    B1 -->|ioredis| R[("Redis")]
    B2 -->|ioredis| R
    M -.->|"--read-only<br/>drops mutating tools"| G{{"prod-safe"}}

The server speaks MCP over stdio to the agent and talks to Redis through per-backend adapters that understand each library's Redis key layout — Asynq's protobuf task messages, BullMQ's state-by-membership sorted sets, and Sidekiq's inline job JSON — instead of treating Redis as a bag of keys.

Why an MCP server instead of the CLI

Asynq ships a CLI, and redis-cli can read anything. But wiring a CLI into an agent means giving the agent a shell. The tools here return structured JSON the model can reason over rather than aligned text to re-parse; they work in clients that have no shell, like Claude Desktop; and read-only is enforced by construction — under --read-only the mutating tools are not in tools/list at all, which is a stronger guarantee than a confirmation prompt a model can talk its way past.

Install

Requires Node.js 18 or newer and a reachable Redis.

Terminal
npm install -g queue-inspector-mcp
# or run without installing:
npx queue-inspector-mcp

Configure

The server talks MCP over stdio, so it works with any MCP client. Point your client at the queue-inspector-mcp binary and set REDIS_URL.

Claude Desktop (claude_desktop_config.json):

config.json
{
  "mcpServers": {
    "queues": {
      "command": "npx",
      "args": ["-y", "queue-inspector-mcp"],
      "env": { "REDIS_URL": "redis://localhost:6379", "QUEUE_INSPECTOR_READ_ONLY": "1" }
    }
  }
}

Claude Code (project .mcp.json, or claude mcp add):

config.json
{
  "mcpServers": {
    "queues": {
      "command": "npx",
      "args": ["-y", "queue-inspector-mcp"],
      "env": { "REDIS_URL": "redis://localhost:6379", "QUEUE_INSPECTOR_READ_ONLY": "1" }
    }
  }
}

Both examples are read-only. To enable retry_job and delete_job, remove QUEUE_INSPECTOR_READ_ONLY.

Configuration

VariableDefaultPurpose
REDIS_URLredis://localhost:6379Redis connection string. Include a database number, e.g. redis://localhost:6379/2.
ASYNQ_PREFIXasynqKey prefix Asynq was configured with.
BULL_PREFIXbullKey prefix BullMQ was configured with.
SIDEKIQ_PREFIX(none)Key prefix Sidekiq was configured with, if namespaced.
QUEUE_INSPECTOR_BACKENDSasynq,bullmq,sidekiqRestrict which backends are scanned.
QUEUE_INSPECTOR_READ_ONLYunsetSet to 1 (or pass --read-only) to omit the mutating tools.

Tools

ToolMutatingBehavior
list_queuesnoList every detected queue, tagged with its backend.
queue_statsnoCount jobs per state for a queue, using the backend's own state names.
list_jobsnoPage through jobs in one state; returns id, type, attempts, and a truncated last error.
get_jobnoFull detail for one job: payload, attempts, retry ceiling, last error, timestamps.
retry_jobyesMove a failed or dead job back to pending/wait so it runs again.
delete_jobyesPermanently delete a job. Active jobs are refused.

When a queue name is unique across the enabled backends, the backend argument is optional; the server resolves it. If the same name exists in more than one backend, pass backend explicitly.

Read-only mode

With --read-only or QUEUE_INSPECTOR_READ_ONLY=1, the server never registers retry_job or delete_job. The mutating tools are absent from tools/list entirely, so a client cannot call them by mistake. This is the recommended configuration for pointing an agent at a production Redis.

Backend state names

The two libraries model job lifecycles differently, so this server does not invent a shared vocabulary. It reports each backend's own state names, and each state maps to a specific Redis structure.

A job moves through these states over its lifetime (Asynq shown):

mermaid
---
config:
  look: handDrawn
---
stateDiagram-v2
    [*] --> pending: enqueue
    pending --> active: worker picks up
    active --> completed: success
    active --> retry: handler error
    retry --> active: backoff elapsed
    retry --> archived: retries exhausted
    archived --> pending: retry_job
    completed --> [*]

Asynq:

StateMeaningRedis structure
pendingReady to run, waiting for a workerlist asynq:{q}:pending
activeCurrently being processedlist asynq:{q}:active
scheduledEnqueued for a future timezset asynq:{q}:scheduled
retryFailed, waiting to be retriedzset asynq:{q}:retry
archivedRetries exhausted (the "dead" state)zset asynq:{q}:archived
completedFinished, kept for its retention windowzset asynq:{q}:completed

BullMQ:

StateMeaningRedis structure
waitingReady to runlist bull:q:wait
activeCurrently being processedlist bull:q:active
delayedScheduled for a future timezset bull:q:delayed
prioritizedWaiting, ordered by priorityzset bull:q:prioritized
waiting-childrenBlocked on child jobs (flows)zset bull:q:waiting-children
pausedHeld while the queue is pausedlist bull:q:paused
completedFinished successfullyzset bull:q:completed
failedFailed after exhausting attemptszset bull:q:failed

Asynq's archived is what most people mean by a "dead" job. list_jobs returns Asynq's terminal sets in Redis (score) order and BullMQ's completed/failed sets most-recent-first.

Compatibility

Read the full README →View source on GitHub →

Related MCP Servers

View all in Databases View all alternatives
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    šŸ—„ļø Databases3 views
    Compare vs Mysql MCP Server →
  • MCP Server Mysql logoMCP Server Mysql

    MySQL database integration in NodeJS with configurable access controls and schema inspection

    šŸ—„ļø Databases3 views
    Compare vs MCP Server Mysql →
  • MCP Server Duckdb logoMCP Server Duckdb

    DuckDB database integration with schema inspection and query capabilities

    šŸ—„ļø Databases2 views
    Compare vs MCP Server Duckdb →
  • Genai Toolbox logoGenai Toolbox

    Open source MCP server specializing in easy, fast, and secure tools for Databases.

    šŸ—„ļø Databases5 views
    Compare vs Genai Toolbox →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Queue Inspector MCP

It supports Asynq (Go), BullMQ (Node.js), and Sidekiq (Ruby).

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewQueue Inspector MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/yusufihsangorgel-queue-inspector-mcp?style=directory)](https://allmcps.com/mcp/yusufihsangorgel-queue-inspector-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/yusufihsangorgel-queue-inspector-mcp"><img src="https://allmcps.com/api/badge/yusufihsangorgel-queue-inspector-mcp?style=directory" alt="Queue Inspector MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ—„ļøDatabases
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
Last updatedAug 7, 2026
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
45Quality signal: Fair Ā· 45/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 26d ago via OSV.dev Ā· queue-inspector-mcp (npm)

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ—„ļø Databases →Best MCP servers for Databases →Alternatives to Queue Inspector MCP →Install in Claude DesktopInstall in CursorInstall in VS Code