HomeCloud & Monitoring › mcp-azure

mcp-azure

Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.

TypeScript Local macOSWindowsLinux
★ 1 stars Last pushed 2026-09-18 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @dockndevai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-azure": {
      "command": "npx",
      "args": [
        "-y",
        "@dockndevai/[email protected]"
      ],
      "env": {
        "AZURE_TENANT_ID": "<YOUR_VALUE>",
        "AZURE_CLIENT_ID": "<YOUR_VALUE>",
        "AZURE_CLIENT_SECRET": "<YOUR_VALUE>",
        "AZURE_SUBSCRIPTION_ID": "<YOUR_VALUE>",
        "AZURE_MODE": "<YOUR_VALUE>"
      }
    }
  }
}
  • AZURE_TENANT_ID required — Entra ID tenant id.
  • AZURE_CLIENT_ID required — App registration (service principal) client id.
  • AZURE_CLIENT_SECRET required secret — Service principal client secret.
  • AZURE_SUBSCRIPTION_ID — Default subscription id.
  • AZURE_MODE — Access mode: read-only | read-write | admin.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry