DatabasesAuto-generated
PostgreSQLManagementClient MCP Server
The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, log files and configurations.
Quick Setup
Transport: STDIO
Command: npx -y @mcp/azure-com-postgresql
Environment Variables
POSTGRESQLMANAGEMENTCLIENT_API_KEYExample: your_postgresqlmanagementclient_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"azure-com-postgresql": {
"command": "npx",
"args": ["-y","@mcp/azure-com-postgresql"],
"env": {
"POSTGRESQLMANAGEMENTCLIENT_API_KEY": "your_postgresqlmanagementclient_api_key"
}
}
}
}Endpoints
GET
/providers/Microsoft.DBforPostgreSQL/operationsOperations_List
POST
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailabilityCheckNameAvailability_Execute
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiersLocationBasedPerformanceTier_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/performanceTiersPerformanceTiers_List
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/serversServers_List
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serversServers_ListByResourceGroup
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Get
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Create
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Delete
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Update