MCP server providing AI assistants with safe, read-only access to SQL Server databases. AST-based query validation, rate limiting, and DBA diagnostic tooling.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"sqlaugur": {
"command": "npx",
"args": [
"-y",
"mbentham/SqlAugur"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add sqlaugur npx -y mbentham/SqlAugur
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"sqlaugur": {
"command": "npx",
"args": [
"-y",
"mbentham/SqlAugur"
]
}
}
}
📋 Copy