Skip to content
Windsurf

SQL Server for Windsurf

io.github.hlgurgel/sqlserver

Servidor MCP para SQL Server com controle de permissões e modo somente-leitura

client:Windsurf transport:stdio runtime:pypi

Install SQL Server in Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "sqlserver": {
      "command": "uvx",
      "args": [
        "sqlserver-mcp-tools"
      ],
      "env": {
        "MSSQL_CONNECTION_STRING": "<MSSQL_CONNECTION_STRING>"
      }
    }
  }
}

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

SQL Server in other clients