mcp-sql-query-store-workshop

ibranibeny/mcp-sql-query-store-workshop
★ 0 stars PowerShell Code/Dev Tools Updated 3d ago
L400 workshop: optimize SQL Server stored procedures with GitHub Copilot and Microsoft SQL MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sql-query-store-": {
      "command": "npx",
      "args": [
        "-y",
        "ibranibeny/mcp-sql-query-store-workshop"
      ]
    }
  }
}

README Excerpt

A six-hour, instructor-led L400 lab for senior SQL Server administrators and performance engineers. The workshop shows how GitHub Copilot can help a DBA investigate and optimize a stored procedure when every conclusion is grounded in allowlisted Microsoft SQL MCP evidence, MSSQL execution-plan analysis, Query Store, and repeatable measurements.