Skip to content
Grok

SQL Sentinel MCP Server for Grok

io.github.tkmawarire/sql-sentinel

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

client:Grok transport:stdio runtime:nuget

Install SQL Sentinel MCP Server in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SQL Sentinel MCP Server in other clients