Azure Resource Graph
Createdhardik-id
Retrieves information about Azure resources across subscriptions using Resource Graph queries.
About
Azure Resource Graph provides a Model Context Protocol (MCP) server that allows you to query Azure resources across your subscriptions using Azure Resource Graph. It simplifies the process of gathering detailed information about your Azure infrastructure, supporting both default queries and custom Resource Graph queries for tailored data retrieval. Leveraging Azure DefaultAzureCredential, it integrates seamlessly with existing Azure authentication mechanisms, ensuring secure and efficient access to your resource data.
Key Features
- Query Azure resources using Resource Graph queries
- 2 GitHub stars
- Provides default query to return resource ID, name, type, and location
- Uses Azure DefaultAzureCredential for authentication
- Supports custom Resource Graph queries
Use Cases
- Inventory and discovery of Azure resources
- Automation of Azure resource management tasks
- Custom reporting on Azure resource configurations