Skip to content
MCP-Bridge
Cloud Infrastructure

Azure Resource Graph MCP Config

Azure Resource Graph API Reference

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/azure-com-resourcegraph.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/azure-com-resourcegraph.json to fetch programmatically.

{
  "mcpServers": {
    "azure-com-resourcegraph": {
      "command": "npx",
      "args": ["-y","@mcp/azure-com-resourcegraph"],
      "env": {
      "AZURE_RESOURCE_GRAPH_API_KEY": "your_azure_resource_graph_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/azure-com-resourcegraph.json

Environment Variables

AZURE_RESOURCE_GRAPH_API_KEY

Replace your_azure_resource_graph_api_key with your actual azure resource graph api key

Endpoints

GET/providers/Microsoft.ResourceGraph/operations

Operations_List

POST/providers/Microsoft.ResourceGraph/resourceChangeDetails

ResourceChangeDetails

POST/providers/Microsoft.ResourceGraph/resourceChanges

ResourceChanges

POST/providers/Microsoft.ResourceGraph/resources

Resources