Odel
SQL Sentinel MCP Server

SQL Sentinel MCP Server

Local
@tkmawarire5C#MITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

NuGetNeofenyx.SqlSentinel.Mcpv2.3.1

Published to NuGet as `Neofenyx.SqlSentinel.Mcp` — run it with your .NET MCP host.

Dockerghcr.io/tkmawarire/sql-sentinel-mcp

Run

docker run -i --rm ghcr.io/tkmawarire/sql-sentinel-mcp

MCP client config

{
  "mcpServers": {
    "sql-sentinel-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/tkmawarire/sql-sentinel-mcp"
      ]
    }
  }
}