Back to Browse

Sentinal MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics

About

Redis health, BullMQ queue monitoring, memory analysis, and slow query diagnostics

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (3 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Redis connection URLRequired

Environment variable: REDIS_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-musaraf-m-sentinal-mcp": {
      "env": {
        "REDIS_URL": "your-redis-url-here"
      },
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Sentinal

npm Glama License: MIT

Infrastructure monitoring tools for AI assistants. One codebase, multiple platforms.

Ask your AI assistant to check Redis health, inspect BullMQ queues, diagnose slow queries — all through natural conversation.

Platforms

PlatformDistributionInstall
Claude, Cursor, Copilot, Cline, Warp, Gemini CLIMCP Server (npm)npx @md-musaraf/sentinal-mcp
OpenClawClawHubclawhub install sentinal-redis
ChatGPTGPT StoreComing soon
RaycastRaycast StoreComing soon

Modules

ModuleStatusWhat it monitors
Redis✅ ReadyServer health, memory, slow queries, clients, BullMQ queues
Docker🔜 PlannedContainer health, logs, resource usage
Kubernetes🔜 PlannedPod status, restart counts, resource limits
GitHub Actions🔜 PlannedWorkflow runs, failures, re-triggers
Vercel🔜 PlannedDeployment status, rollbacks

MCP Server

Works with any AI tool that supports Model Context Protocol — Claude Desktop, Claude Code, Cursor, GitHub Copilot, Cline, Warp, Gemini CLI, Continue, and more.

Install

Add to your MCP client config:

{
  "mcpServers": {
    "sentinal": {
      "command": "npx",
      "args": ["@md-musaraf/sentinal-mcp"],
      "env": {
        "REDIS_URL": "redis://localhost:6379"
      }
    }
  }
}

Tools

ToolDescription
redis_pingTest connectivity to a Redis instance
redis_healthFull health report — server, memory, clients, slow queries, BullMQ queues
redis_memoryDeep memory analysis with fragmentation diagnostics
redis_slowlogInspect slow queries
bullmq_listList all BullMQ queues with job counts per state
bullmq_failed_jobsInspect failed jobs with payloads and stack traces
bullmq_job_detailsFull details of a specific job
bullmq_stale_jobsFind jobs stuck in active state

Example Usage

Just ask your AI assistant:

  • "Check my Redis health"
  • "Are any BullMQ queues backing up?"
  • "Show me failed jobs in the email-queue"
  • "Why is Redis slow?"
  • "How much memory is Redis using?"
  • "Find stale jobs in the payment-queue"

OpenClaw Skills

Install individual skills from ClawHub:

clawhub install sentinal-redis

The skill teaches your OpenClaw assistant to monitor Redis and BullMQ using redis-cli. No code required — just install and ask.

Project Structure

sentinal/
├── core/                     # Shared knowledge and scripts
│   ├── redis/
│   ├── docker/
│   └── kubernetes/
├── platforms/
│   ├── mcp/                  # MCP Server → npm
│   ├── openclaw/             # OpenClaw Skills → ClawHub
│   ├── chatgpt/              # Custom GPT → GPT Store
│   └── raycast/              # Extension → Raycast Store
└── scripts/                  # Build and publish automation

Development

Prerequisites

  • Node.js 22+
  • pnpm 10+

Setup

git clone https://github.com/Musaraf-M/sentinal.git
cd sentinal
pnpm install

Build

pnpm build

Run MCP server locally

node platforms/mcp/dist/index.js

Contributing

Contributions are welcome! Areas where help is needed:

  • New monitoring modules (Docker, Kubernetes, GitHub Actions)
  • New platform adapters
  • Bug fixes and improvements

License

MIT

Reviews

No reviews yet

Be the first to review this server!

Sentinal MCP Server - Redis health, BullMQ queue monitoring, memory analysis, and | MCP Marketplace