Skip to content
VS Code

SqlAugur for VS Code

io.github.mbentham/sqlaugur

MCP server providing AI assistants with safe, read-only SQL Server access

client:VS Code transport:stdio runtime:nuget

Install SqlAugur in VS Code

.vscode/mcp.json

{
  "servers": {
    "sqlaugur": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "SqlAugur",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

SqlAugur in other clients