HomeDatabases & Data › migrationpilot

migrationpilot

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

TypeScript Local
★ 7 stars Last pushed 2026-09-11 License: MIT

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.6.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "migrationpilot": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ]
    }
  }
}

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry