Skip to content
Zed

sentinal mcp for Zed

io.github.musaraf-m/sentinal-mcp

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

client:Zed transport:stdio runtime:npm

Install sentinal mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "sentinal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@md-musaraf/sentinal-mcp"
      ],
      "env": {
        "REDIS_URL": "<REDIS_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

sentinal mcp in other clients