locksmith for VS Code
io.github.cxk280/locksmith
Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.
client:VS Code
transport:stdio
runtime:npm
Install locksmith in VS Code
.vscode/mcp.json
{
"servers": {
"locksmith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"locksmith-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs