Databases
Trust: 37/100 (Limited)io.github.mickelsamuel/migrationpilot Guide
83 rules to catch dangerous PostgreSQL migrations before production. Lock analysis + auto-fix.
2 starsby mickelsamuel
Quick Start
Install
npx migrationpilotClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mickelsamuel-migrationpilot": {
"command": "npx",
"args": [
"migrationpilot"
]
}
}
}