hardik-id/azure-resource-graph-mcp-server
by Various
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 usin
MCP
hardik-id/azure-resource-graph-mcp-server
Added 1 June 2026
Overview
Model Context Protocol (MCP) server that exposes Azure Resource Graph queries as tools for AI agents. It allows retrieval of Azure resource information across subscriptions using standard Resource Graph queries. Built in TypeScript with a small community (18 stars).
Best for
Best for
Developers building LLM-powered assistants that need to query Azure resources across subscriptions
Use cases
- Query Azure resources across multiple subscriptions using natural language through an LLM
- Automate resource inventory and compliance checks via AI agents
- Integrate Azure resource discovery into MCP-compatible assistant workflows
How to use
Tools exposed
query-resources
Tested with
Cursor, VS Code
Example client config
{\n "mcpServers": {\n "azure-resource-graph-mcp-server": {\n "command": "node",\n "args": [\n "C:\\YOUR_WORKSPACE\\azure-resource-graph-mcp-server\\build\\index.js"\n ],\n "env": {\n "SUBSCRIPTION_ID": "xxxxxx-xx-xx-xx-xxxxxx"\n }\n }\n }\n} Notes
Model Context Protocol (MCP) server that exposes Azure Resource Graph queries as tools for AI agents. It allows retrieval of Azure resource information across subscriptions using standard Resource Graph queries. Built in TypeScript with a small community (18 stars).
18 stars on GitHub. Last updated 2025-05-06. Licensed MIT.
Use cases
- Query Azure resources across multiple subscriptions using natural language through an LLM
- Automate resource inventory and compliance checks via AI agents
- Integrate Azure resource discovery into MCP-compatible assistant workflows
Pros
- Leverages the full query power of Azure Resource Graph without writing custom API code
- Enables AI agents to access live, cross-subscription Azure resource data
- TypeScript codebase with a clear MCP server structure for easy integration
Cons
- Young project with only 18 stars, limited community and documentation
- Requires an MCP-compatible client to use, not a standalone tool
- Depends on Azure authentication setup and appropriate permissions
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages the full query power of Azure Resource Graph without writing custom API code
- Enables AI agents to access live, cross-subscription Azure resource data
- TypeScript codebase with a clear MCP server structure for easy integration
Cons
- Young project with only 18 stars, limited community and documentation
- Requires an MCP-compatible client to use, not a standalone tool
- Depends on Azure authentication setup and appropriate permissions
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.