From 63e77b73cbae017afc040ae89d6d86a1215b2c82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yusuf=20=C4=B0hsan=20G=C3=B6rgel?= Date: Thu, 9 Jul 2026 10:20:22 +0300 Subject: [PATCH] Add Queue Inspector to Community Servers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe5351a890..62cb8848a0 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ The following reference servers are now archived and can be found at [servers-ar - **[Google Maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps)** - Location services, directions, and place details. - **[PostgreSQL](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/postgres)** - Read-only database access with schema inspection. - **[Puppeteer](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/puppeteer)** - Browser automation and web scraping. +- **[Queue Inspector](https://github.com/Yusufihsangorgel/queue-inspector-mcp)** - Inspect and operate Redis-backed job queues (Asynq and BullMQ): per-state counts, job detail with decoded payloads, and retry/delete that run each library's own scripts. (TypeScript) - **[Redis](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/redis)** - Interact with Redis key-value stores. - **[Sentry](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/sentry)** - Retrieving and analyzing issues from Sentry.io. - **[Slack](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/slack)** - Channel management and messaging capabilities. Now maintained by [Zencoder](https://github.com/zencoderai/slack-mcp-server)