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, log files and configurations.

Quick Setup

Transport: STDIO

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

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": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-postgresql"],
      "env": {
      "POSTGRESQLMANAGEMENTCLIENT_API_KEY": "your_postgresqlmanagementclient_api_key"
}
    }
  }
}

Endpoints

GET/providers/Microsoft.DBforPostgreSQL/operations

Operations_List

POST/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailability

CheckNameAvailability_Execute

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiers

LocationBasedPerformanceTier_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/performanceTiers

PerformanceTiers_List

GET/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/servers

Servers_List

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

Servers_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