PostgreSQLManagementClient MCP Config
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.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-postgresql.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-postgresql.json to fetch programmatically.
{
"mcpServers": {
"azure-com-postgresql": {
"command": "npx",
"args": ["-y","@mcp/azure-com-postgresql"],
"env": {
"POSTGRESQLMANAGEMENTCLIENT_API_KEY": "your_postgresqlmanagementclient_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/azure-com-postgresql.jsonEnvironment Variables
POSTGRESQLMANAGEMENTCLIENT_API_KEYReplace your_postgresqlmanagementclient_api_key with your actual postgresqlmanagementclient api key
Endpoints
/providers/Microsoft.DBforPostgreSQL/operationsOperations_List
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/checkNameAvailabilityCheckNameAvailability_Execute
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/locations/{locationName}/performanceTiersLocationBasedPerformanceTier_List
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/performanceTiersPerformanceTiers_List
/subscriptions/{subscriptionId}/providers/Microsoft.DBforPostgreSQL/serversServers_List
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/serversServers_ListByResourceGroup
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Get
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Create
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Delete
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DBforPostgreSQL/servers/{serverName}Servers_Update