mcpbeat Sign in

Sentinal MCP Server

by musaraf-m Your server? Claim it
local only

Sentinal MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 5 May 2026.

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

Installs per day peak 17 · avg 8 · +13% w/w
a month agotoday
38
Installs / week
npm · @md-musaraf/sentinal-mcp
2
Stars
0 open issues
5 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sentinal MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add sentinal-mcp -- npx -y @md-musaraf/sentinal-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sentinal-mcp": {
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sentinal-mcp]
command = "npx"
args = ["-y", "@md-musaraf/sentinal-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sentinal-mcp": {
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sentinal-mcp": {
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: REDIS_URL (Redis connection URL). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Sentinal MCP

same job, measured the same way
LDAP Assistant MCP
by droideck

MCP server for 389 Directory Server health diagnostics, log analysis, and SOS-report investigation

54 installs/wk local only
MCP Health Monitor
by oaslananka

Monitor MCP, CI, and HTTP targets with health history, TLS expiry, assertions, and diagnostics

135 installs/wk local only
ellmos ServerCommander
by ellmos-ai

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

80 installs/wk local only
DataHealth-Observer
by evozim

Database health auditor monitoring query latencies.

answering
Hardware Probe
by yamaru-eu

Hardware probe for performance diagnostics, thermal monitoring, and LLM optimization.

39 installs/wk local only
Kafka Dataops MCP
by aguantar

DataOps Kafka MCP server with consumer lag diagnosis and broker monitoring

76 installs/wk local only
SQL Sentinel MCP Server
by tkmawarire

SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.

local only
MCP Server Health Monitor
by dbsectrainer

Health monitoring for all your MCP servers

29 installs/wk local only

Sentinal MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Sentinal MCP?
Sentinal MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @md-musaraf/sentinal-mcp was installed 38 times last week.
How do I connect Sentinal MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @md-musaraf/sentinal-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Sentinal MCP?
The npm package @md-musaraf/sentinal-mcp was installed 38 times in the last week. Week over week that is +13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sentinal MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.