Skip to content
Cursor

migrationpilot for Cursor

io.github.mickelsamuel/migrationpilot

112 rules that catch dangerous PostgreSQL migrations, plus a pass/fail gate to call before any DDL.

client:Cursor transport:stdio runtime:npm

Install migrationpilot in Cursor

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

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

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

migrationpilot in other clients