$ timeahead_
mcp/sql-server-mcp-windows/install/windsurf

install SQL Server MCP (Windows) on Windsurf

Requires the runtime declared in the upstream repo — check the README before running. Windsurf supports HTTP and stdio servers natively. After saving the config, hit Refresh in the Cascade MCP panel. Paste the config below, then follow the reload step to register SQL Server MCP (Windows).

paste into
macos/linux: ~/.codeium/windsurf/mcp_config.json
windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tharanabopearachchi/sql-server-mcp@latest"
      ],
      "env": {
        "SQL_SERVER": "localhost",
        "SQL_DATABASE": "master",
        "SQL_USE_WINDOWS_AUTH": "true"
      }
    }
  }
}
then: Click the Refresh button in the Cascade MCP panel — no full restart.
other clients
Claude DesktopCursorVS Code (Copilot)Claude Code
← back to SQL Server MCP (Windows)