Sentinal MCP
Planned module to monitor Docker container health, logs, and resource usage.
Planned module to monitor GitHub Actions workflow runs, failures, and re-triggers.
Planned module to monitor Kubernetes pod status, restart counts, and resource limits.
Provides tools to monitor Redis server health, memory usage, slow queries, client connections, and BullMQ queues.
Planned module to monitor Vercel deployment status and rollbacks.
Sentinal
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
Platform | Distribution | Install |
Claude, Cursor, Copilot, Cline, Warp, Gemini CLI | MCP Server (npm) |
|
OpenClaw | ClawHub |
|
ChatGPT | GPT Store | Coming soon |
Raycast | Raycast Store | Coming soon |
Related MCP server: BullMQ MCP Server
Modules
Module | Status | What it monitors |
Redis | ā Ready | Server health, memory, slow queries, clients, BullMQ queues |
Docker | š Planned | Container health, logs, resource usage |
Kubernetes | š Planned | Pod status, restart counts, resource limits |
GitHub Actions | š Planned | Workflow runs, failures, re-triggers |
Vercel | š Planned | Deployment 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
Tool | Description |
| Test connectivity to a Redis instance |
| Full health report ā server, memory, clients, slow queries, BullMQ queues |
| Deep memory analysis with fragmentation diagnostics |
| Inspect slow queries |
| List all BullMQ queues with job counts per state |
| Inspect failed jobs with payloads and stack traces |
| Full details of a specific job |
| Find 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-redisThe 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 automationDevelopment
Prerequisites
Node.js 22+
pnpm 10+
Setup
git clone https://github.com/Musaraf-M/sentinal.git
cd sentinal
pnpm installBuild
pnpm buildRun MCP server locally
node platforms/mcp/dist/index.jsContributing
Contributions are welcome! Areas where help is needed:
New monitoring modules (Docker, Kubernetes, GitHub Actions)
New platform adapters
Bug fixes and improvements
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to perform comprehensive Redis database operations including managing strings, hashes, lists, sets, sorted sets, TTL management, and data backup/restore. Supports secure connections and provides batch operations for efficient Redis interaction through natural language.Last updated34112MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage BullMQ Redis-based job queues through natural language, supporting operations like job monitoring, queue control, and multi-instance Redis connections. Users can add, retry, promote, and clean jobs while accessing detailed job logs and queue statistics directly within the assistant.Last updated20757MIT
- AlicenseAqualityAmaintenanceBetterDB gives Claude Code, Cursor, Windsurf, and other MCP clients deep observability into Valkey and Redis instances. It implements 22 MCP tools including get_health, get_slowlog, get_commandlog, get_hot_keys, get_anomalies, get_cluster_nodes, get_cluster_slowlog, and get_slot_stats.Last updated601011,232MIT
- AlicenseAqualityAmaintenanceFastMCP server with read-only tools to monitor Redis ā queue depths, Celery queue status, connected clients, server/memory info, and per-database key countsLast updated53MIT
Related MCP Connectors
Investigate errors, track deployments, analyze performance, and manage application monitoring
Website performance monitoring: scans, Core Web Vitals, RUM data and alerts.
Real User Monitoring for Core Web Vitals. Query LCP, INP, CLS field data from real visitors.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Musaraf-M/sentinal'
If you have feedback or need assistance with the MCP directory API, please join our Discord server