Skip to content
Gemini CLI

SQL Sentinel MCP Server for Gemini CLI

io.github.tkmawarire/sql-sentinel

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

client:Gemini CLI transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in Gemini CLI

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

{
  "mcpServers": {
    "sql-sentinel": {
      "command": "dnx",
      "args": [
        "Neofenyx.SqlSentinel.Mcp",
        "--yes"
      ]
    }
  }
}

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

SQL Sentinel MCP Server in other clients