Enterprise DNA
M MCP Servers Developer low

mbentham/SqlAugur

by Various

MCP server providing AI assistants with safe, read-only access to SQL Server databases. AST-based query validation, rate limiting, and DBA diagnostic tooling.

M

MCP

mbentham/SqlAugur

Added 1 June 2026

#ai #csharp #dba #dotnet #llm #mcp #mcp-server #model-context-protocol

Overview

An MCP server that gives AI assistants read-only access to SQL Server databases. It uses AST-based query validation and rate limiting to enforce safety, and includes DBA diagnostic tooling.

Best for

Best for
Developers and DBAs who need to give AI assistants safe, read-only access to SQL Server databases.

Use cases

  • Letting AI assistants query SQL Server for reporting or debugging
  • Providing safe, read-only database access to non-admin users
  • Running diagnostic queries against SQL Server without risk of writes

How to use

Tools exposed

  • list_servers
  • list_databases
  • read_data
  • get_query_plan
  • get_schema_overview
  • describe_table
  • list_programmable_objects
  • get_object_definition
  • get_extended_properties
  • get_object_dependencies
  • get_plantuml_diagram
  • get_mermaid_diagram
  • sp_blitz
  • sp_blitz_first
  • sp_blitz_cache
  • sp_blitz_index
  • sp_blitz_who
  • sp_blitz_lock
  • sp_blitz_plan_compare
  • sp_pressure_detector

Example client config

[object Object]

Notes

An MCP server that gives AI assistants read-only access to SQL Server databases. It uses AST-based query validation and rate limiting to enforce safety, and includes DBA diagnostic tooling.

4 stars on GitHub. Last updated 2026-05-11. Licensed MIT.

Use cases

  • Letting AI assistants query SQL Server for reporting or debugging
  • Providing safe, read-only database access to non-admin users
  • Running diagnostic queries against SQL Server without risk of writes

Pros

  • AST-based validation prevents dangerous queries at the syntax level
  • Rate limiting protects database performance from runaway requests
  • Read-only design eliminates risk of accidental data modification

Cons

  • Limited to SQL Server, no support for other database engines
  • Requires MCP-compatible AI assistants to function
  • No write capabilities, so not useful for data entry or updates

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • AST-based validation prevents dangerous queries at the syntax level
  • Rate limiting protects database performance from runaway requests
  • Read-only design eliminates risk of accidental data modification

Cons

  • Limited to SQL Server, no support for other database engines
  • Requires MCP-compatible AI assistants to function
  • No write capabilities, so not useful for data entry or updates
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks