Skip to content
VS Code

migrationpilot for VS Code

io.github.mickelsamuel/migrationpilot

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

client:VS Code transport:stdio runtime:npm

Install migrationpilot in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

migrationpilot in other clients