Skip to content
Cursor

MigraFlow - Database Migration AI for Cursor

io.github.wmeireles/migraflow-mcp

AI-powered database migration. Analyze schemas, generate SQL, calculate risks.

client:Cursor transport:stdio runtime:pypi

Install MigraFlow - Database Migration AI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "migraflow-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "migraflow-mcp"
      ],
      "env": {
        "MIGRAFLOW_API_KEY": "<MIGRAFLOW_API_KEY>",
        "MIGRAFLOW_API_URL": "<MIGRAFLOW_API_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MigraFlow - Database Migration AI in other clients