Migrationpilot runs on your own machine — the client starts it, so there is no endpoint to ping. 433 installs a week from npm. Last commit 13 Jun 2026.
83 rules to catch dangerous PostgreSQL migrations before production. Lock analysis + auto-fix.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add migrationpilot -- npx -y migrationpilot
{
"mcpServers": {
"migrationpilot": {
"args": [
"-y",
"migrationpilot"
],
"command": "npx"
}
}
}
[mcp_servers.migrationpilot]
command = "npx"
args = ["-y", "migrationpilot"]
{
"mcpServers": {
"migrationpilot": {
"args": [
"-y",
"migrationpilot"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"migrationpilot": {
"args": [
"-y",
"migrationpilot"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.