Catalog
MigraFlow - Database Migration AI
Officialby wmeireles
AI-powered database migration. Analyze schemas, generate SQL, calculate risks.
Analyzes database schemas, generates SQL migrations, and assesses risks.
README not available yet.
Install
Configuration
Environment variables
MIGRAFLOW_API_KEYrequiredsecretMigraFlow Enterprise API key (mk_consultant_...)
MIGRAFLOW_API_URLMigraFlow API URL (default: https://api.migraflow.com.br/api/v1)
claude_desktop_config.json
{
"mcpServers": {
"migraflow-mcp": {
"command": "uvx",
"args": [
"migraflow-mcp"
],
"env": {
"MIGRAFLOW_API_KEY": "<YOUR_MIGRAFLOW_API_KEY>",
"MIGRAFLOW_API_URL": "<YOUR_MIGRAFLOW_API_URL>"
}
}
}
}