Skip to content
Claude Desktop

SQL Sentinel MCP Server for Claude Desktop

io.github.tkmawarire/sql-sentinel

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

client:Claude Desktop transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

SQL Sentinel MCP Server in other clients