Loading MCP server directory, please wait...
Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.
npx @getmcp/cli add io.github.provydon/dbmigratepro-migrationsRequires Node.js 18+. Community-contributed server. Review source before installing.
AuthorizationA DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:migrations ability if you want this server limited to migrations.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.provydon/dbmigratepro-migrations": {
"url": "https://dbmigratepro.com/mcp-migrations",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer {token}"
}
}
}
}