SQL Server MCP for Zed
io.github.cvelasquez/mcp-sqlserver
MCP server for DBAs running dozens of SQL Server instances: grouped connections, plans, indexes
client:Zed
transport:stdio
runtime:npm
Install SQL Server MCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-sqlserver": {
"command": "npx",
"args": [
"-y",
"@cevelas/mcp-sqlserver"
],
"env": {
"MSSQL_MCP_CONNECTIONS": "<MSSQL_MCP_CONNECTIONS>",
"MSSQL_MCP_CONNECTIONS_JSON": "<MSSQL_MCP_CONNECTIONS_JSON>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs