Skip to content
MCP-Bridge
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, VNET rules, security alert policies, log files and configurations with new business model.

Quick Setup

Transport: STDIO

Command: npx -y @mcp/azure-com-postgresql-privatelinkresources

Environment Variables

POSTGRESQLMANAGEMENTCLIENT_API_KEY

Example: your_postgresqlmanagementclient_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "azure-com-postgresql-privatelinkresources": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-postgresql-privatelinkresources"],
      "env": {
      "POSTGRESQLMANAGEMENTCLIENT_API_KEY": "your_postgresqlmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/privateLinkResources

PrivateLinkResources_ListByServer

GET/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}/privateLinkResources/{groupName}

PrivateLinkResources_Get