SQL Benchmarks Lab for Zed
io.github.rctruta/sqlbenchdag
Query pre-computed SQL engine benchmarks. Runs standalone, no server setup required.
client:Zed
transport:stdio
runtime:pypi
Install SQL Benchmarks Lab in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"sqlbenchdag": {
"command": "uvx",
"args": [
"sqlbenchdag"
],
"env": {
"SB_RESULTS_DIR": "<SB_RESULTS_DIR>",
"SB_API_BASE": "<SB_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs