MCPServers
Azure Resource Graph - MCP server logo

Azure Resource Graph

8
0

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')

Last Updated: May 7, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags