Skip to main content
Cloud PlatformsTypeScript

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.

cloud-platformscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hardik-id/azure-resource-graph-mcp-server

Claude 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.

Details

Category
Cloud Platforms
Language
TypeScript
Author
hardik-id