{"id":36967421,"url":"https://github.com/hyperpolymath/poly-queue-mcp","last_synced_at":"2026-01-13T20:03:38.825Z","repository":{"id":328823820,"uuid":"1116010076","full_name":"hyperpolymath/poly-queue-mcp","owner":"hyperpolymath","description":"Unified MCP server for message queue management. Tools for Redis Streams, RabbitMQ, and NATS.","archived":false,"fork":false,"pushed_at":"2026-01-04T13:46:50.000Z","size":326,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-05T02:52:43.722Z","etag":null,"topics":["deno","mcp","mcp-server","message-queue","model-context-protocol","nats","poly-mcp","rabbitmq","redis"],"latest_commit_sha":null,"homepage":null,"language":"ReScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperpolymath.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"ROADMAP.adoc","authors":null,"dei":null,"publiccode":null,"codemeta":"codemeta.json","zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"hyperpolymath","ko_fi":"hyperpolymath","liberapay":"hyperpolymath"}},"created_at":"2025-12-14T02:19:08.000Z","updated_at":"2026-01-04T13:46:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hyperpolymath/poly-queue-mcp","commit_stats":null,"previous_names":["hyperpolymath/poly-queue-mcp"],"tags_count":1,"template":false,"template_full_name":"hyperpolymath/rsr-template-repo","purl":"pkg:github/hyperpolymath/poly-queue-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpoly-queue-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpoly-queue-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpoly-queue-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpoly-queue-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperpolymath","download_url":"https://codeload.github.com/hyperpolymath/poly-queue-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperpolymath%2Fpoly-queue-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28399512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","mcp","mcp-server","message-queue","model-context-protocol","nats","poly-mcp","rabbitmq","redis"],"created_at":"2026-01-13T20:03:38.076Z","updated_at":"2026-01-13T20:03:38.819Z","avatar_url":"https://github.com/hyperpolymath.png","language":"ReScript","funding_links":["https://github.com/sponsors/hyperpolymath","https://ko-fi.com/hyperpolymath","https://liberapay.com/hyperpolymath"],"categories":[],"sub_categories":[],"readme":"= poly-queue-mcp\n:toc:\n:toc-placement!:\n\nimage:https://img.shields.io/badge/RSR-compliant-gold[RSR Compliant,link=https://github.com/hyperpolymath/rhodium-standard-repositories]\nimage:https://img.shields.io/badge/MCP-server-blue[MCP Server,link=https://github.com/modelcontextprotocol]\nimage:[License,link=\"https://github.com/hyperpolymath/palimpsest-license\"]\n\n// SPDX-License-Identifier: PMPL-1.0\n// SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell\n\n\nUnified MCP server for message queue management. Provides Model Context Protocol tools for interacting with Redis Streams, RabbitMQ, and NATS messaging systems.\n\ntoc::[]\n\n== Overview\n\npoly-queue-mcp exposes message queue capabilities through the Model Context Protocol (MCP), enabling AI assistants and other MCP clients to manage message queues, publish/subscribe to topics, and monitor queue health across multiple messaging platforms.\n\n== Adapters\n\n=== Redis Streams (8 tools)\nStream-based messaging with Redis:\n\n* `redis_xadd` - Add an entry to a stream\n* `redis_xread` - Read entries from streams\n* `redis_xrange` - Get a range of entries from a stream\n* `redis_xlen` - Get the length of a stream\n* `redis_xinfo` - Get information about a stream\n* `redis_xgroup_create` - Create a consumer group\n* `redis_xreadgroup` - Read from a consumer group\n* `redis_xack` - Acknowledge processed messages\n\n=== RabbitMQ (9 tools)\nEnterprise message broker via Management API:\n\n* `rabbitmq_queues` - List all queues\n* `rabbitmq_queue` - Get queue details\n* `rabbitmq_exchanges` - List all exchanges\n* `rabbitmq_publish` - Publish a message\n* `rabbitmq_get` - Get messages from queue (non-destructive)\n* `rabbitmq_purge` - Purge all messages from queue\n* `rabbitmq_overview` - Get RabbitMQ overview\n* `rabbitmq_connections` - List all connections\n* `rabbitmq_channels` - List all channels\n\n=== NATS (8 tools)\nHigh-performance messaging with JetStream support:\n\n* `nats_publish` - Publish a message to a subject\n* `nats_request` - Send request and wait for reply\n* `nats_subscribe` - Subscribe and receive messages\n* `nats_stream_list` - List JetStream streams\n* `nats_stream_info` - Get stream information\n* `nats_consumer_list` - List consumers for a stream\n* `nats_server_info` - Get NATS server info\n* `nats_account_info` - Get account info\n\n== Requirements\n\n* https://deno.land/[Deno] runtime\n* https://redis.io/[Redis] with Streams support (for Redis tools)\n* https://www.rabbitmq.com/[RabbitMQ] with Management Plugin (for RabbitMQ tools)\n* https://nats.io/[NATS] CLI (for NATS tools)\n\n== Configuration\n\n=== Redis\n\n[source,bash]\n----\nexport REDIS_URL=localhost:6379\n----\n\n=== RabbitMQ\n\n[source,bash]\n----\nexport RABBITMQ_URL=http://localhost:15672\nexport RABBITMQ_USER=guest\nexport RABBITMQ_PASS=guest\n----\n\n=== NATS\n\n[source,bash]\n----\nexport NATS_URL=nats://localhost:4222\n----\n\n== Installation\n\n[source,bash]\n----\ngit clone https://github.com/hyperpolymath/poly-queue-mcp\ncd poly-queue-mcp\nnpm install\nnpm run build\n----\n\n== Usage\n\nRun as MCP server:\n\n[source,bash]\n----\ndeno run --allow-run --allow-read --allow-env --allow-net main.js\n----\n\nOr use the systemd service:\n\n[source,bash]\n----\nsystemctl --user enable poly-queue-mcp\nsystemctl --user start poly-queue-mcp\n----\n\n== Security Considerations\n\n* Use authentication for all queue connections\n* Enable TLS for production deployments\n* Avoid exposing management APIs publicly\n* Use least-privilege credentials\n\n== License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fpoly-queue-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperpolymath%2Fpoly-queue-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperpolymath%2Fpoly-queue-mcp/lists"}