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).
Published to NuGet as `Neofenyx.SqlSentinel.Mcp` — run it with your .NET MCP host.
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"
]
}
}
}