locksmith for Gemini CLI
io.github.cxk280/locksmith
Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.
client:Gemini CLI
transport:stdio
runtime:npm
Install locksmith in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"locksmith": {
"command": "npx",
"args": [
"-y",
"locksmith-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs