SqlAugur is an MCP server that provides AI assistants with safe, read-only access to SQL Server databases by parsing queries into a full AST using Microsoft's official T-SQL parser.
From the registry: MCP server providing AI assistants with safe, read-only SQL Server access
$ dotnet tool install -g SqlAugurPlease install the `sqlaugur` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **.NET 10.0 runtime** — .NET 10.0 runtime required Run: `dotnet --version` (https://dotnet.microsoft.com/download)
- **SqlAugur config file** — Create config at ~/.config/sqlaugur/appsettings.json (Linux/macOS) or %APPDATA%\sqlaugur\appsettings.json (Windows) with SQL Server connection strings Run: `dotnet tool install -g SqlAugur`
- **SQL Server instance** — Access to SQL Server with VIEW SERVER STATE and optionally ALTER ANY EVENT SESSION permissions
Canonical MCP server config (stdio transport):
- command: `sqlaugur`
- args: []
Note: Read-only SQL Server MCP with AST-level query validation (not regex). Install via: dotnet tool install -g SqlAugur. Configure connection strings in appsettings.json. Up to 29 tools: 6 core + schema exploration + ER diagrams + optional DBA toolkits (First Responder Kit, DarlingData, sp_WhoIsActive). Also available as Docker image ghcr.io/mbentham/sqlaugur:latest.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SqlAugur__Servers__production__ConnectionStringrequiredConnection string for the production SQL Server instance.MCP server for interacting with the Supabase platform