MCP Server
MCP
DBMigratePro Backups
Encrypted database backups and restore-to-any-host disaster recovery for MySQL and PostgreSQL.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://dbmigratepro.com/mcp",
"headers": [
{
"description": "A DBMigratePro API token, created under Settings -> API Tokens. Scope it to the mcp:backups ability if you want this server limited to backups and restores.",
"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