Skip to content
VS Code

SQL Sentinel MCP Server for VS Code

io.github.tkmawarire/sql-sentinel

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

client:VS Code transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SQL Sentinel MCP Server in other clients