Back to directory
nickdala/azure-resource-verifier-mcp

nickdala/azure-resource-verifier-mcp

@nickdala

An AI assistant for verifying Azure resources across regions through the Model Context Protocol

azureregionspostgresqlapp-servicecloudverificationmcpjava

Installation & Configuration

{
  "mcpServers": {
    "azure-resource-verifier": {
      "type": "stdio",
      "command": "java",
      "args": [
        "-jar",
        "/path/to/azure-resource-verifier-0.0.1-SNAPSHOT.jar"
      ],
      "env": {
        "AZURE_TENANT_ID": "your-tenant-id",
        "AZURE_SUBSCRIPTION_ID": "your-subscription-id"
      }
    }
  }
}

Information

Transport
stdio
Language
Java
Created
2026/6/15
Updated
2026/6/17