Skip to content
Gemini CLI

sentinal mcp for Gemini CLI

io.github.musaraf-m/sentinal-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install sentinal mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

sentinal mcp in other clients