Skip to content
Cursor

SQL Sentinel MCP Server for Cursor

io.github.tkmawarire/sql-sentinel

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

client:Cursor transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SQL Sentinel MCP Server in other clients