Odel
migrationpilot

migrationpilot

Local
@mickelsamuel7TypeScriptMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmigrationpilotv1.6.1

Run

npx -y migrationpilot

MCP client config

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