Skip to content
Zed

mssql for Zed

io.github.connorbritain/mssql

MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL

client:Zed transport:stdio runtime:npm

Install mssql in Zed

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

{
  "context_servers": {
    "mssql": {
      "command": "npx",
      "args": [
        "-y",
        "@connorbritain/mssql-mcp-server"
      ]
    }
  }
}

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

mssql in other clients