Azure Resource Graph
Summary
Azure Resource Graph MCP Server provides a bridge between AI assistants and Azure's Resource Graph API, enabling users to query and retrieve detailed information about Azure resources across subscriptions. Built with TypeScript and leveraging the Model Context Protocol, it authenticates using DefaultAzureCredential and offers both default and custom query capabilities through a simple tool interface. This implementation is particularly valuable for cloud administrators and developers who need to quickly analyze their Azure infrastructure, inventory resources, or troubleshoot configuration issues without leaving their IDE environment.
Available Actions(1)
query-resources
Retrieves resources and their details from Azure Resource Graph. Parameters: subscriptionId (optional): Azure subscription ID (defaults to configured ID), query (optional): Custom Resource Graph query (defaults to 'Resources | project id, name, type, location')
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation