# io.github.Musaraf-M/sentinal-mcp (npm · @md-musaraf/sentinal-mcp)

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

- Trust score: 66/100 (medium)
- Change this week: −13
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@md-musaraf/sentinal-mcp`: 66/100 (this document), [markdown](https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp.md), [page](https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp)

## Channel facts

- Registry: `npm`
- Package: `@md-musaraf/sentinal-mcp`
- Version: `1.0.5`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (101 of 105), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (101 of 105), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 89 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 415 tokens (~51/item across 8 items; 8 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add musaraf-m-sentinal-mcp -- npx -y @md-musaraf/sentinal-mcp
```

### Codex

```bash
codex mcp add musaraf-m-sentinal-mcp -- npx -y @md-musaraf/sentinal-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "musaraf-m-sentinal-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add musaraf-m-sentinal-mcp --command npx --arg -y --arg @md-musaraf/sentinal-mcp
```

### Hermes

```yaml
mcp_servers:
  musaraf-m-sentinal-mcp:
    command: "npx"
    args: ["-y", "@md-musaraf/sentinal-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "musaraf-m-sentinal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 66, −3)

- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [security regression] Install scripts: pass → unverified
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] License: pass → unverified
- [functional regression] Capabilities: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] Maintenance: pass → unverified
- [functional] First check of Schema quality: unverified
- [functional] Licence: MIT

### 2026-08-01 (score 69, +33)

- [security regression] Provenance: unverified → fail
- [security improvement] Malware scan: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional] Licence: MIT

### 2026-07-31 (score 36, −26)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 62, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 80, +1)

- [security improvement] GHSA-frvp-7c67-39w9 no longer affects this package
- [security improvement] Known CVEs: fail → partial

### 2026-07-27 (score 79, +37)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 42)

First indexed and scored.

## MCP tools (8)

### `redis_ping` (~26 tokens)

Test connectivity to a Redis instance

Input parameters:

- `redis_url` (string): Redis connection URL

### `redis_health` (~40 tokens)

Comprehensive Redis health report — server info, memory, clients, slow queries, and BullMQ queue depths

Input parameters:

- `redis_url` (string): Redis connection URL

### `redis_memory` (~58 tokens)

Analyze Redis memory usage — used, peak, fragmentation, big keys, and memory doctor recommendations

Input parameters:

- `big_keys` (boolean): Run big keys scan (takes longer but finds memory hogs)
- `redis_url` (string): Redis connection URL

### `redis_slowlog` (~49 tokens)

Show Redis slow queries — find commands that took too long to execute

Input parameters:

- `count` (number): Number of slow log entries to return
- `redis_url` (string): Redis connection URL

### `bullmq_list` (~41 tokens)

List all BullMQ queues with job counts per state (waiting, active, delayed, failed, completed)

Input parameters:

- `redis_url` (string): Redis connection URL

### `bullmq_failed_jobs` (~69 tokens)

Inspect failed jobs in a BullMQ queue — shows job ID, name, error reason, attempts, and stack trace

Input parameters:

- `count` (number): Number of failed jobs to return
- `queue` (string, required): BullMQ queue name
- `redis_url` (string): Redis connection URL

### `bullmq_job_details` (~63 tokens)

Get full details of a specific BullMQ job — payload, status, timestamps, error info

Input parameters:

- `job_id` (string, required): Job ID to inspect
- `queue` (string, required): BullMQ queue name
- `redis_url` (string): Redis connection URL

### `bullmq_stale_jobs` (~69 tokens)

Find stale active jobs in a BullMQ queue — jobs stuck in active state longer than expected

Input parameters:

- `minutes` (number): Consider jobs stale if active longer than this many minutes
- `queue` (string, required): BullMQ queue name
- `redis_url` (string): Redis connection URL

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp#diagnostics

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 69
- 2026-07-31: 36
- 2026-07-30: 62
- 2026-07-28: 80
- 2026-07-27: 79
- 2026-07-26: 42

## Links

- npm package: https://www.npmjs.com/package/@md-musaraf/sentinal-mcp
- Socket report: https://socket.dev/npm/package/@md-musaraf/sentinal-mcp
- Repository: https://github.com/Musaraf-M/sentinal
- Changelog RSS feed: https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/musaraf-m-sentinal-mcp/md-musaraf-sentinal-mcp
