Azure SQL Server Backup Long Term Retention Vault Claude Desktop Config
Add the Azure SQL Server Backup Long Term Retention Vault MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"azure-com-sql-backuplongtermretentionvaults": {
"command": "npx",
"args": [
"-y",
"@mcp/azure-com-sql-backuplongtermretentionvaults"
],
"env": {
"AZURE_SQL_SERVER_BACKUP_LONG_TERM_RETENTION_VAULT_API_KEY": "your_azure_sql_server_backup_long_term_retention_vault_api_key"
}
}
}
}Environment Variables
AZURE_SQL_SERVER_BACKUP_LONG_TERM_RETENTION_VAULT_API_KEYReplace your_azure_sql_server_backup_long_term_retention_vault_api_key with your actual azure sql server backup long term retention vault api key
Endpoints
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaultsBackupLongTermRetentionVaults_ListByServer
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaults/{backupLongTermRetentionVaultName}BackupLongTermRetentionVaults_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/backupLongTermRetentionVaults/{backupLongTermRetentionVaultName}BackupLongTermRetentionVaults_CreateOrUpdate