Skip to content
MCP-Bridge
Cloud Infrastructure

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace 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}/backupLongTermRetentionVaults

BackupLongTermRetentionVaults_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