Skip to content
Cursor

pg migration lock lint for Cursor

io.github.jmshinhwa/pg-migration-lock-lint

Names every statement in a Rails, Django or raw SQL migration that takes a table-blocking Postgres l

client:Cursor transport:stdio runtime:npm

Install pg migration lock lint in Cursor

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

{
  "mcpServers": {
    "pg-migration-lock-lint": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/pg-migration-lock-lint"
      ]
    }
  }
}

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

pg migration lock lint in other clients