hardik-id/azure-resource-graph-mcp-server
A Model Context Protocol server for querying and analyzing Azure resources at scale using Azure Resource Graph, enabling AI assistants to explore and monitor Azure infrastructure.
Quick Start
Clone the repository:
git clone https://github.com/hardik-id/azure-resource-graph-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"azure-resource-graph-mcp-server": {
"command": "npx",
"args": [
"-y",
"hardik-id/azure-resource-graph-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.