Migration Advisor
Freeby MCP Community
MCP server for database migration risk analysis — Flyway and Liquibase XML/YAML/SQL support with lock detection and conflict analysis
v0.2.11Added Apr 12, 2026
mcpmcp-servermodel-context-protocolaiclaude
Migration Advisor MCP Server
MCP server for database migration risk analysis — Flyway and Liquibase XML/YAML/SQL support with lock detection and conflict analysis
Installation
npx -y mcp-migration-advisor
Reviews
Installation
Quick install
npx -y mcp-migration-advisor
Add to claude_desktop_config.json
{
"mcpServers": {
"migration-advisor": {
"command": "npx",
"args": ["-y", "mcp-migration-advisor"]
}
}
}