hardik-id/azure-resource-graph-mcp-server
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.
Platform-specific configuration:
{
"mcpServers": {
"azure-resource-graph-mcp-server": {
"command": "npx",
"args": [
"-y",
"azure-resource-graph-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This is a 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. <a href="https://glama.ai/mcp/servers/@hardik-id/azure-resource-graph-mcp-server"> </a>
[](https://mseep.ai/app/hardik-id-azure-resource-graph-mcp-server)
You can run the MCP server using either Cursor IDE or Visual Studio Code.
To integrate the MCP server with Cursor IDE:
C:\YOUR_WORKSPACE\azure-resource-graph-mcp-server)npm install
npm run build{
"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"
},
}
}
}> Note: Make sure to update the path to match your local repository location.
To integrate the MCP server wi
Loading reviews...