Management Groups MCP Config
The Azure Management Groups API enables consolidation of multiple subscriptions/resources into an organizational hierarchy and centrally manage access control, policies, alerting and reporting for those resources.
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/azure-com-managementgroups-management.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/azure-com-managementgroups-management.json to fetch programmatically.
{
"mcpServers": {
"azure-com-managementgroups-management": {
"command": "npx",
"args": ["-y","@mcp/azure-com-managementgroups-management"],
"env": {
"MANAGEMENT_GROUPS_API_KEY": "your_management_groups_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-managementgroups-management.jsonEnvironment Variables
MANAGEMENT_GROUPS_API_KEYReplace your_management_groups_api_key with your actual management groups api key
Endpoints
GET
/providers/Microsoft.Management/managementGroupsManagementGroups_List
GET
/providers/Microsoft.Management/managementGroups/{groupId}ManagementGroups_Get
GET
/providers/Microsoft.Management/operationsOperations_List