
Sentinal Mcp
Give agents live Redis health, BullMQ queue visibility, memory stats, and slow-query signals for production triage.
Overview
Sentinal MCP is an MCP server for the Operate phase that monitors Redis health, BullMQ queues, memory, and slow queries for agent-led diagnostics.
What is this MCP server?
- Redis health and connectivity diagnostics via REDIS_URL
- BullMQ queue monitoring for stuck or backed-up workers
- Memory analysis to spot pressure before outages
- Slow query diagnostics for latency debugging
- npm package @md-musaraf/sentinal-mcp 1.0.5 with stdio MCP
- Server version 1.0.0; npm package listed 1.0.5
- Requires REDIS_URL environment variable
- stdio MCP transport
Community signal: 2 GitHub stars.
What problem does it solve?
When Redis or BullMQ misbehaves in production, solo builders lack fast, agent-friendly visibility into queues, memory, and slow operations.
Who is it for?
Indie SaaS using Redis and BullMQ who want MCP-driven production triage in Claude Code or Cursor.
Skip if: Projects without Redis, teams on fully managed queue products with no BullMQ, or builders who only need local dev Redis with no ops story.
What do I get? / Deliverables
Your agent can query live Redis and BullMQ diagnostics so you troubleshoot backlog and latency without manual dashboard hopping.
- Redis health and resource snapshots
- BullMQ queue status for agent-guided fixes
- Slow-query and memory findings for incident notes
Recommended MCP Servers
Journey fit
Sentinal MCP belongs in Operate because it diagnoses running Redis and job-queue infrastructure, not feature authoring. Monitoring is the canonical shelf: health checks, queue depth, memory analysis, and slow queries are day-two observability tasks.
How it compares
Redis and BullMQ diagnostics MCP, not a general cloud metrics suite or log aggregator.
Common Questions / FAQ
Who is Sentinal MCP for?
Solo builders and small teams operating Redis-backed apps with BullMQ workers who use AI agents for incident investigation.
When should I use Sentinal MCP?
Use it in Operate/monitoring when queues back up, Redis memory grows, or slow queries appear after ship.
How do I add Sentinal MCP to my agent?
Install @md-musaraf/sentinal-mcp from npm, set REDIS_URL in MCP environment variables, and register the stdio server in your agent config.