Skip to content
Zed

SQL Server for Zed

io.github.hlgurgel/sqlserver

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

client:Zed transport:stdio runtime:pypi

Install SQL Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

SQL Server in other clients