Skip to content
MCP-Bridge
Cloud Infrastructure

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-resources-management.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-resources-management.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-resources-management": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-resources-management"],
      "env": {
      "MANAGEMENT_GROUPS_API_KEY": "your_management_groups_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

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-resources-management.json

Environment Variables

MANAGEMENT_GROUPS_API_KEY

Replace your_management_groups_api_key with your actual management groups api key

Endpoints

GET/providers/Microsoft.Management/managementGroups

ManagementGroups_List

GET/providers/Microsoft.Management/managementGroups/{groupId}

ManagementGroups_Get

GET/providers/Microsoft.Management/operations

Operations_List