SqlAugur for Claude Desktop
io.github.mbentham/sqlaugur
MCP server providing AI assistants with safe, read-only SQL Server access
client:Claude Desktop
transport:stdio
runtime:nuget
Install SqlAugur in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sqlaugur": {
"command": "dnx",
"args": [
"SqlAugur",
"--yes"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs