Skip to main content
DatabasesC#

mbentham/SqlAugur

SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive).

databaseslocal-servicewindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/mbentham/SqlAugur

Claude Desktop configuration example:

{
  "mcpServers": {
    "sqlaugur": {
      "command": "npx",
      "args": [
        "-y",
        "mbentham/SqlAugur"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
C#
Author
mbentham