Skip to content
Windsurf

SqlAugur for Windsurf

io.github.mbentham/sqlaugur

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

client:Windsurf transport:stdio runtime:nuget

Install SqlAugur in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "sqlaugur": {
      "command": "dnx",
      "args": [
        "SqlAugur",
        "--yes"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SqlAugur in other clients