sql-steward for Zed
io.github.pawansingh3889/sql-steward
The agent never writes SQL: queries compile from a semantic layer you control, PII refused first.
client:Zed
transport:stdio
runtime:pypi
Install sql-steward in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sql-steward": {
"command": "uvx",
"args": [
"sql-steward"
],
"env": {
"SQL_STEWARD_DB_URL": "<SQL_STEWARD_DB_URL>",
"SQL_STEWARD_LAYER": "<SQL_STEWARD_LAYER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs