Sql Augur MCP Server

An MCP server that gives AI assistants safe, read-only access to SQL Server databases. Every query is parsed into a full AST using Microsoft's official T-SQL parser - not regex - so comment injection, string literal tricks, and encoding bypasses are blocked at the syntax level. Its 31 documented tools cover blitz, plan, object, diagram.

People who need database tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-07-07 · ★ 5 · #145 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · C# · how we verify → /methodology

01 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

license MIT - declared in the repository

registry namespace io.github.mbentham is GitHub-verified and matches the repo owner

02 · What Sql Augur can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list available SQL Server instances configured in appsettings.json, list all databases on a named server with names, IDs, states, and creation dates, read the estimated or actual XML execution plan for a SELECT query, and list views, stored procedures, functions, and trigger. Filterable by type and schema.

Capability map

Tools grouped from the project's README - what Sql Augur lets an agent do.

read & search

12 tools - e.g. Lists available SQL Server instances configured in appsettings.json.; Lists all databases on a named server with names, IDs, states, and creation dates.; Executes a read-only SQL SELECT query. Only…

list_servers · list_databases · read_data · get_query_plan · get_schema_overview · describe_table…

Blitz

7 tools - e.g. Overall SQL Server health check - prioritized findings for performance, configuration, and security.; Real-time performance diagnostics - samples DMVs over an interval for waits, file latency, and perfmon…

sp_blitz · sp_blitz_first · sp_blitz_cache · sp_blitz_index · sp_blitz_who · sp_blitz_lock…

Object

2 tools - e.g. Returns the source definition (CREATE statement) of a programmable object.; Shows what an object references and what references it - upstream and downstream dependency graphs.

get_object_definition · get_object_dependencies

Quickie

2 tools - e.g. Query Store analysis - top resource-consuming queries, plan regressions, wait statistics.; Plan cache analysis - high-impact queries ranked by impact score over the dm_exec__stats DMVs (the plan-cache…

sp_quickie_store · sp_quickie_cache

Pressure

1 tool - e.g. Diagnoses CPU and memory pressure - resource bottlenecks, high-CPU queries, memory grants, disk latency.

sp_pressure_detector

Health

1 tool - e.g. Parses the system_health extended event session for historical waits, disk latency, CPU, memory, and locking.

sp_health_parser

Log

1 tool - e.g. Searches SQL Server error logs for errors, warnings, and custom messages.

sp_log_hunter

Human

1 tool - e.g. Analyzes blocking events from sp_HumanEvents sessions - blocking chains, lock details, waits.

sp_human_events_block_viewer

Latest releases

v1.4.0 · 2026-03-01

Added · Response size optimisations for all 14 DBA diagnostic tools - per-tool column exclusion, truncation, and smart parameter defaults reduce responses by 90–99% while preserving full data via…

v1.3.1 · 2026-02-18

Added · MCP Registry server.json for official registry publishing · Container image on GHCR (ghcr.io/mbentham/sqlaugur:1.3.1) · Fixed · removed --no-restore from dotnet publish to fix package resolution failure…

v1.3.0 · 2026-02-14

Added · NuGet global tool packaging (dotnet tool install -g SqlAugur) · Docker and Podman container support with Dockerfile · Configuration search path (app directory, user config directory, current working directory…

03 · Who maintains Sql Augur

SqlAugur is maintained by mbentham. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
database - ranked #145 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.mbentham/sqlaugur (active, first published 2026-02-18)
packages
nuget:SqlAugur

05 · Sql Augur FAQ

Is Sql Augur still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-07. We re-verify nightly.

What can Sql Augur do?

With this server connected, an agent can list available SQL Server instances configured in appsettings.json, list all databases on a named server with names, IDs, states, and creation dates, read the estimated or actual XML execution plan for a SELECT query, and list views, stored procedures, functions, and trigger. Filterable by type and schema.

06 · Alternatives to Sql Augur

More database MCP servers · The Commons · Tablebridge MCP · Midplane · Mimer MCP · Terminal MCP