Skip to content
Windsurf

SqlServer.Rules for Windsurf

io.github.erikej/sqlserver.rules

Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices.

client:Windsurf transport:stdio runtime:nuget

Install SqlServer.Rules in Windsurf

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

{
  "mcpServers": {
    "sqlserver.rules": {
      "command": "dnx",
      "args": [
        "ErikEJ.DacFX.TSQLAnalyzer.Cli",
        "--yes"
      ]
    }
  }
}

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

SqlServer.Rules in other clients