MCP Server
MCP
DBMigratePro Migrations
Move a database between providers, or convert MySQL to PostgreSQL, with integrity verified.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://dbmigratepro.com/mcp-migrations",
"headers": [
{
"description": "A DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:migrations ability if you want this server limited to migrations.",
"isRequired": true,
"format": "string",
"value": "Bearer {token}",
"isSecret": true,
"variables": {
"token": {
"description": "The API token value, shown once when you create it.",
"isRequired": true,
"format": "string",
"isSecret": true
}
},
"name": "Authorization"
}
]
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
Comments
Sign in to leave a comment