queryshield for Zed
io.github.bch1212/queryshield
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
client:Zed
transport:stdio
runtime:pypi
Install queryshield in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"queryshield": {
"command": "uvx",
"args": [
"queryshield-mcp"
],
"env": {
"QUERYSHIELD_API_KEY": "<QUERYSHIELD_API_KEY>",
"QUERYSHIELD_BASE_URL": "<QUERYSHIELD_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs