Skip to content

Migration Advisor

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-migration-advisor
Add to claude_desktop_config.json
{
  "mcpServers": {
    "migration-advisor": {
      "command": "npx",
      "args": ["-y", "mcp-migration-advisor"]
    }
  }
}