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).
Quick Start
Clone the repository:
git clone https://github.com/mbentham/SqlAugurClaude Desktop configuration example:
{
"mcpServers": {
"sqlaugur": {
"command": "npx",
"args": [
"-y",
"mbentham/SqlAugur"
]
}
}
}Check the repository README for specific installation and configuration instructions.