Skip to content
Windsurf

SQL Sentinel MCP Server for Windsurf

io.github.tkmawarire/sql-sentinel

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

client:Windsurf transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SQL Sentinel MCP Server in other clients