MCP server for database migration risk analysis — Flyway and Liquibase support with lock detection and conflict analysis
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-migration-adviso": {
"command": "npx",
"args": [
"-y",
"Dmitriusan/mcp-migration-advisor"
]
}
}
}
Run in terminal:
claude mcp add mcp-migration-adviso npx -y Dmitriusan/mcp-migration-advisor
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-migration-adviso": {
"command": "npx",
"args": [
"-y",
"Dmitriusan/mcp-migration-advisor"
]
}
}
}