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.
MCP
mbentham/SqlAugur
Added 1 June 2026
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
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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.