mcpbeat Sign in

Migrationpilot MCP Server

by mickelsamuel Your server? Claim it
local only

Migrationpilot runs on your own machine — the client starts it, so there is no endpoint to ping. 723 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 167 · avg 38 · +123% w/w
a month agotoday
723
Installs / week
npm · migrationpilot
7
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

      result = spawnSync(bin, [...attempt.prefix, ...args], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add migrationpilot -- npx -y migrationpilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "migrationpilot": {
      "args": [
        "-y",
        "migrationpilot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.migrationpilot]
command = "npx"
args = ["-y", "migrationpilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "migrationpilot": {
      "args": [
        "-y",
        "migrationpilot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "migrationpilot": {
      "args": [
        "-y",
        "migrationpilot"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Migrationpilot

same job, measured the same way
Locksmith
by cxk280

Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.

37 installs/wk local only
Veto — SQL Safety & Cost Oracle
by vetosql

Deterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it.

3 tools answering
DBMigratePro Backups
by provydon

Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL.

answering
DBMigratePro Migrations
by provydon

Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.

answering
Berth
by seayniclabs

Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.

91 installs/wk local only
Metabase AI Assistant
by enessari

MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL

55 installs/wk local only
Run402
by run402

x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.

3 775 installs/wk 4 tools answering
Shrike
by shrike-security

Governs what AI agents do: tool calls, SQL, commands, files checked against policy before they run.

82 installs/wk local only

Migrationpilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Migrationpilot?
Migrationpilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package migrationpilot was installed 723 times last week.
How do I connect Migrationpilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls migrationpilot straight from npm; nothing to host, nothing to sign up for.
How many people use Migrationpilot?
The npm package migrationpilot was installed 723 times in the last week. Week over week that is +123%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Migrationpilot open source?
Yes — it is published under the MIT licence, written in TypeScript and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.