SqlAugur
JSON →MCP server providing AI assistants with safe, read-only access to SQL Server databases. Built with C#/.NET 10, it uses AST-based query validation (Microsoft's T-SQL parser) to ensure only SELECT statements execute - blocking INSERT/UPDATE/DELETE/DROP/EXEC at the syntax tree level. Features include schema exploration, PlantUML/Mermaid ER diagram generation, rate limiting, and integrated DBA diagnostic toolsets (First Responder Kit, DarlingData, sp_WhoIsActive).
Tools · 1
- SqlAugur MCP server providing 30 tools organized into toolsets, with 6 core tools always available and additional toolsets loaded at startup or on demand.
Links
★ 3 GitHub stars