SQL MCP Server for Zed
io.github.nethinwei/sql-mcp-server
Controlled SQL access gateway with policy, cost limits, tenant isolation, and safe tools.
client:Zed
transport:stdio
runtime:oci
Install SQL MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sql-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nethinwei/sql-mcp-server:0.1.10"
],
"env": {
"DATABASE_DSN": "<DATABASE_DSN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs