Skip to content
Cursor

locksmith for Cursor

io.github.cxk280/locksmith

Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.

client:Cursor transport:stdio runtime:npm

Install locksmith in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "locksmith": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "locksmith-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

locksmith in other clients