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
{
"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