Skip to content

mbentham/SqlAugur

v1.0.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo MCP Data & Storage
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai c# dba .net llm mcp
+3 more
mcp-server model-context-protocol sql-server

Summary

AI summary

First stable release of SQL Server MCP providing read‑only AI access to databases.

Full changelog

SQL Server MCP v1.0.0

First stable release of SQL Server MCP — a .NET 10.0 Model Context Protocol server providing AI assistants with safe, read-only access to SQL Server databases.

Core Tools

  • execute_query — Run validated SELECT queries with AST-based query validation (blocks INSERT/UPDATE/DELETE/DROP/EXEC, SELECT INTO, OPENROWSET, linked servers)
  • list_servers / list_databases — Discover configured servers and their databases
  • get_plantuml_diagram — Generate PlantUML ER diagrams with smart FK cardinality detection
  • get_schema_overview — Concise Markdown schema overview (tables, columns, keys, constraints)
  • describe_table — Detailed single-table description (columns, indexes, FKs, constraints)
  • get_estimated_query_plan / get_actual_query_plan — XML query plan retrieval

DBA Diagnostic Tools (opt-in via EnableDbaTools)

  • First Responder Kit — sp_Blitz, sp_BlitzFirst, sp_BlitzCache, sp_BlitzIndex, sp_BlitzWho, sp_BlitzLock
  • DarlingData — sp_PressureDetector, sp_QuickieStore, sp_HealthParser, sp_LogHunter, sp_HumanEventsBlockViewer, sp_IndexCleanup, sp_QueryReproBuilder
  • sp_WhoIsActive — Active session monitoring

Key Features

  • AST-based query validation using TSql170Parser — correctly handles comments, string literals, and nested constructs that regex approaches miss
  • Progressive tool discovery — tools organized into core/DBA/diagnostic toolsets to minimize AI context window cost
  • Rate limiting — configurable concurrency and throughput limits on all tool executions
  • Compact modecompact parameter on diagram and schema overview tools shows only PK/FK columns for high-level relationship maps
  • Schema filteringincludeSchema / excludeSchemas parameters on diagram and overview tools
  • Comprehensive test suite — unit tests + integration tests using Testcontainers with SQL Server 2025

Security

  • All tools are read-only with parameterized queries
  • Whitelisted stored procedure execution with blocked output/logging parameters
  • PlantUML and Markdown output sanitization
  • No sensitive data in stdout (reserved for MCP protocol); logging routed to stderr

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track mbentham/SqlAugur

Get notified when new releases ship.

Sign up free

About mbentham/SqlAugur

SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive).

All releases →

Beta — feedback welcome: [email protected]