locksmith for Zed
io.github.cxk280/locksmith
Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.
client:Zed
transport:stdio
runtime:npm
Install locksmith in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"locksmith": {
"command": "npx",
"args": [
"-y",
"locksmith-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs