nocentino / sql-mcp-server
PublicSQL Server MCP demo - two MCP server patterns on SQL Server 2025: Data API Builder for CRUD and a custom TypeScript DBA monitoring server with 30 DMV-backed tools. Runs in Docker Compose.
This project is a demonstration environment that lets AI assistants actually 'see' and diagnose SQL Server databases. It sets up two complementary tools: one for exploring your application data (Products, Orders, etc.) through natural conversation, and another with 30 diagnostic tools for database administration tasks like spotting blocking sessions, finding slow queries, checking backup health, and monitoring Always On Availability Groups. The AI never connects to the database directly—it calls these tools instead, which run the queries and return structured results. The AI then synthesizes those results into plain-English explanations. It's designed for database professionals who want to experiment with AI-assisted troubleshooting without writing SQL or risking accidental changes.
How It Works
You've been wondering if an AI assistant could actually help you manage your SQL Servers without writing all the queries yourself.
You grab the project from the internet and start it up with one command. Everything spins up automatically—your SQL Servers, the AI tools, all of it.
You point your AI tool (like VS Code Copilot or Claude) to your new server. Now your AI can actually see your databases.
You type: 'Tell me about this SQL Server—is there anything I should worry about?' The AI immediately starts calling its tools.
It finds sessions blocking each other, shows you exactly who's blocking whom and for how long
It examines wait stats, top queries, and missing index recommendations
It pulls server info, database status, backup health, and configuration concerns
The AI explains what it found in plain English—not just raw data, but actionable insights you can understand.
Instead of staring at query results, you have a clear picture of what's happening and what to do next. The AI never touched your database directly—you stayed in control the whole time.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.