← Back to Plugins
MCP Server MCP

MigraFlow - Database Migration AI

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx migraflow-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "migraflow-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "MigraFlow Enterprise API key (mk_consultant_...)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MIGRAFLOW_API_KEY"
        },
        {
          "description": "MigraFlow API URL (default: https://api.migraflow.com.br/api/v1)",
          "format": "string",
          "name": "MIGRAFLOW_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...