migrationpilot for Zed
io.github.mickelsamuel/migrationpilot
112 rules that catch dangerous PostgreSQL migrations, plus a pass/fail gate to call before any DDL.
client:Zed
transport:stdio
runtime:npm
Install migrationpilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"migrationpilot": {
"command": "npx",
"args": [
"-y",
"migrationpilot"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs