Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🗄️ Databases
  3. SqlAugur
SqlAugur logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:45:39 PM

SqlAugur

User RatingsBe the first to rate and review this MCP server!
View Repository5 GitHub StarsTotal stargazers on GitHub for the source repository (5 stars).Visit Website
sql-serverdatabasesdbaschemamonitoring

Read-only SQL Server access over MCP with validated queries, schema tools, ER diagrams, and DBA diagnostics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for mbentham/SqlAugur, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (31) Directory Badge Claim listing Alternatives🗄️ More in Databases

Overview

The mbentham/SqlAugur MCP server gives AI clients read-only access to configured SQL Server instances through MCP tools. It parses SELECT and CTE statements with Microsoft's T-SQL AST parser, applies query and diagnostic parameter restrictions, and returns database results, metadata, plans, and diagnostics. Schema tools cover tables, programmable objects, dependencies, extended properties, and PlantUML or Mermaid ER diagrams. Reach for the mbentham/SqlAugur MCP server when an agent needs controlled SQL Server exploration or DBA investigation without write-capable query execution.

Use cases

•Inspect SQL Server schemas and table relationships
•Run bounded read-only SELECT queries
•Review query plans and performance bottlenecks
•Generate PlantUML or Mermaid ER diagrams
•Investigate blocking, waits, indexes, and Query Store data

Key features

•AST-validated SELECT and CTE execution
•Multi-server and database discovery
•Schema, dependency, and object inspection
•PlantUML and Mermaid ER diagram generation
•SQL Server DBA diagnostic toolsets
•Concurrency and throughput rate limiting

Capabilities & Tool Schemas (31) ~978 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by SqlAugur.

list_servers

Lists available SQL Server instances configured in `appsettings.json`.

list_databases

Lists all databases on a named server with names, IDs, states, and creation dates.

read_data

Executes a read-only SQL SELECT query. Only `SELECT` and `WITH` (CTE) queries are allowed. Results returned as JSON with a configurable row limit.

get_query_plan

Returns the estimated or actual XML execution plan for a SELECT query.

get_schema_overview

Concise Markdown schema overview: tables, columns, PKs, FKs, unique/check constraints, defaults. Supports `compact` mode, schema and table filtering.

describe_table

Comprehensive table metadata in Markdown: columns, data types, nullability, defaults, identity, computed expressions, indexes, FKs, constraints.

How SqlAugur works

What mbentham/SqlAugur MCP server does

The mbentham/SqlAugur MCP server connects an MCP client to one or more named SQL Server instances. Connections are defined in appsettings.json, and list_servers exposes the configured names for later tool calls. Database discovery includes database names, IDs, states, and creation dates.

Its query interface is intentionally read-only. read_data accepts only SELECT statements and common table expressions beginning with WITH, then returns JSON subject to a configurable row limit. The server also provides estimated or actual XML query plans for SELECT statements. Query validation uses Microsoft's T-SQL parser to inspect the full syntax tree rather than relying on keyword matching.

How it works

The MCP client communicates with the server over standard input and output. SqlAugur validates incoming queries before sending permitted work to SQL Server. Diagnostic stored procedure calls have parameter restrictions intended to prevent write operations. Throughput and concurrency controls are included to limit repeated or simultaneous agent requests.

Core database tools support schema inspection and documentation. Agents can retrieve a compact or detailed schema view, describe a table's columns and constraints, inspect views, procedures, functions, and triggers, read object definitions and extended properties, and examine upstream or downstream dependencies. Diagram tools write PlantUML or Mermaid ER definitions to .puml or .mmd files and support schema, table, compactness, and table-count options.

Setup and configuration

The documented installation options are the NuGet global tool, a Docker or Podman container, and a source build. The global tool requires the .NET 10 runtime and is installed with dotnet tool install -g SqlAugur; the executable used in MCP client configuration is sqlaugur. Source builds require the .NET 10 SDK.

For local installation, place appsettings.json under ~/.config/sqlaugur/ on Linux or macOS, or under %APPDATA%\\sqlaugur on Windows. Container deployments can mount the file at /app/appsettings.json or provide nested SqlAugur__Servers__...__ConnectionString environment variables. Each configured server needs a named connection string. SQL Server connectivity and authentication depend on those connection strings.

Tools and capabilities

The initial toolset includes server and database listing, read-only data access, query plans, and schema overview. Additional tools can be discovered through list_toolsets and inspected with get_toolset_tools before being enabled.

Available diagnostic coverage includes overall health checks, DMV-based performance sampling, plan-cache and Query Store analysis, index review, active-session and blocking inspection, deadlock and system-health parsing, error-log searches, and query reproduction script generation. The listed integrations include SQL Server First Responder Kit, DarlingData, and sp_WhoIsActive; availability depends on the corresponding database-side setup.

Limitations and notes

Only SELECT and CTE queries are accepted by read_data; this interface is not intended for INSERT, UPDATE, DELETE, DDL, or other mutations. PlantUML and Mermaid generation enforce a maximum of 200 tables. Diagnostic outputs may omit verbose columns and truncate long strings by default, with documented options such as verbose and includeQueryPlans available where supported.

The mbentham/SqlAugur MCP server requires a reachable SQL Server and correctly configured connection. Its cross-server plan comparison tool requires the demon_hunters branch of First Responder Kit until the referenced change is merged. The project is licensed under MIT.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Databases View all alternatives
  • Legion MCP logoLegion MCP

    Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite.

    🗄️ Databases5 views
    Compare vs Legion MCP →
  • MCP Snowflake Server logoMCP Snowflake Server

    Snowflake integration implementing read and (optional) write operations as well as insight tracking

    🗄️ Databases2 views
    Compare vs MCP Snowflake Server →
  • MCP Datalink logoMCP Datalink

    MCP server for secure database access (PostgreSQL, MySQL, SQLite) with parameterized queries and schema inspection

    🗄️ Databases1 views
    Compare vs MCP Datalink →
  • Influxdb3 MCP Server logoInfluxdb3 MCP Server
    Verified

    Official MCP server for InfluxDB 3 Core/Enterprise/Cloud Dedicated

    🗄️ Databases2 views
    Compare vs Influxdb3 MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
5
Stargazers on the source repository.
Last commit
10d ago
Most recent push to the default branch.
Tools exposed
31
Callable tools this server registers over MCP.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about SqlAugur

Install the NuGet global tool with `dotnet tool install -g SqlAugur`, then configure the MCP client to run `sqlaugur`. The documented alternatives are Docker or Podman and building from source.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewSqlAugur AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/mbentham-sqlaugur?style=directory)](https://allmcps.com/mcp/mbentham-sqlaugur)
HTML Embed
<a href="https://allmcps.com/mcp/mbentham-sqlaugur"><img src="https://allmcps.com/api/badge/mbentham-sqlaugur?style=directory" alt="SqlAugur on AllMCPs" /></a>

Technical Specs & Signals

Category🗄️Databases
PricingFree
More technical detailsExpand ▾
AuthOther
LicenseMIT
Last updatedSep 3, 2026
9/13 checks healthy over the last 32d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars5
GitHub Star CountTotal stargazers on GitHub representing community popularity (5 stars).
Last commit10d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 1, 2026
53Quality signal: Good · 53/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🗄️ Databases →Best MCP servers for Databases →Alternatives to SqlAugur →Install in Claude DesktopInstall in CursorInstall in VS Code