Sentinal MCP

Infrastructure monitoring tools for AI assistants. One codebase, multiple platforms. Its 8 documented tools cover redis, bullmq, jobs. It runs locally over stdio via the published package.

People connecting coding agent tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-05-06 · ★ 2 · #149 OF 194 MAINTAINED CODING AGENT · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Sentinal MCP

before you install - you'll need

REDIS_URL

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @md-musaraf/sentinal-mcp - the @md-musaraf scope differs from the repo owner (musaraf-m); confirm it's the project's official package

registry namespace io.github.Musaraf-M is GitHub-verified and matches the repo owner

03 · What Sentinal MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can inspect slow queries, list all BullMQ queues with job counts per state, inspect failed jobs with payloads and stack traces, and find jobs stuck in active state.

Capability map

Tools grouped from the project's README - what Sentinal MCP lets an agent do.

Redis

4 tools - e.g. Test connectivity to a Redis instance; Full health report - server, memory, clients, slow queries, BullMQ queues; Deep memory analysis with fragmentation diagnostics

redis_ping · redis_health · redis_memory · redis_slowlog

Bullmq

4 tools - e.g. List all BullMQ queues with job counts per state; Inspect failed jobs with payloads and stack traces; Full details of a specific job

bullmq_list · bullmq_failed_jobs · bullmq_job_details · bullmq_stale_jobs

04 · Who maintains Sentinal MCP

sentinal-mcp is maintained by musaraf-m. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
coding agent - ranked #149 of 194 actively-maintained coding agent servers as of 2026-08-25.
registry
io.github.Musaraf-M/sentinal-mcp (active, first published 2026-05-05)
packages
npm:@md-musaraf/sentinal-mcp

06 · Sentinal MCP FAQ

Is Sentinal MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-06. We re-verify nightly.

What can Sentinal MCP do?

With this server connected, an agent can inspect slow queries, list all BullMQ queues with job counts per state, inspect failed jobs with payloads and stack traces, and find jobs stuck in active state.

How do I install Sentinal MCP?

Run `npx -y @md-musaraf/sentinal-mcp`. The README documents one environment variable (REDIS_URL) to set first. You can also paste the ready-made client config above.

Does Sentinal MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Sentinal MCP

More coding agent MCP servers · Athena Protocol · Redcon · NEAT · Ccrider · Projectmind

More TypeScript MCP servers · AI Quality Gate · Muxinc MCP Server · Probe Kit · Mythos Agent · see all