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.
We read the source, 18 h ago · rules 3dff92dd89df
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.
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.
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"
}
}
}
Lints PostgreSQL migrations for dangerous locking operations and suggests safe rewrites.
Deterministic safety, correctness & cost gate that vets Postgres SQL before your AI agent runs it.
Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL.
Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.
Database management — query, schema inspection, migrations for PostgreSQL, MySQL, SQLite.
MCP Server for Metabase - 111 tools for SQL generation, dashboards & PostgreSQL
x402 pay-per-call infra for agents: $0.03 image generation, Postgres, auth, storage, functions.
Governs what AI agents do: tool calls, SQL, commands, files checked against policy before they run.
Answers built from our own checks of this server.