Back to directory
@hardik-id/azure-resource-graph-mcp-server

@hardik-id/azure-resource-graph-mcp-server

@hardik-id18

Model Context Protocol (MCP) server that provides access to Azure Resource Graph queries. It allows you to retrieve information about Azure resources across your subscriptions using Resource Graph queries.

AzureResource GraphCloudMicrosoft AzureQuerycloud

Installation & Configuration

{
  "mcpServers": {
    "azure-resource-graph-mcp-server": {
      "command": "node",
      "args": [
        "C:\\YOUR_WORKSPACE\\azure-resource-graph-mcp-server\\build\\index.js"
      ],
      "env": {
        "SUBSCRIPTION_ID": "xxxxxx-xx-xx-xx-xxxxxx"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/2
Updated
2026/6/8