Dmitriusan/mcp-migration-advisor
MCP server for database migration risk analysis — Flyway and Liquibase support with lock detection and conflict analysis
[](https://www.npmjs.com/package/mcp-migration-advisor) [](https://opensource.org/licenses/MIT)
MCP server for database migration risk analysis. Detects dangerous schema changes before they hit production.
Database migration failures cause outages. This tool analyzes your Flyway and Liquibase migrations before they run — detecting destructive operations, lock risks, and data loss patterns.
Unlike MigrationPilot (PG-only, raw SQL analysis), this tool parses Liquibase XML and YAML changelogs natively — extracting changeSets, detecting conflicts between changeSet IDs, and validating rollback completeness. It works across database types, not just PostgreSQL.
npx mcp-migration-advisorOr install globally:
npm install -g mcp-migration-advisorAdd to ~/.claude/claude_desktop_config.json:
{
"mcpServers": {
"migration-advisor": {
"command": "npx",
"args": ["-y", "mcp-migration-advisor"]
}
}
}Try these prompts in Claude:
Loading reviews...