← Back to Plugins
MCP Server MCP

io.github.dockndevai/mcp-azure

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @dockndevai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@dockndevai/mcp-azure",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Entra ID tenant id.",
          "isRequired": true,
          "name": "AZURE_TENANT_ID"
        },
        {
          "description": "App registration (service principal) client id.",
          "isRequired": true,
          "name": "AZURE_CLIENT_ID"
        },
        {
          "description": "Service principal client secret.",
          "isRequired": true,
          "isSecret": true,
          "name": "AZURE_CLIENT_SECRET"
        },
        {
          "description": "Default subscription id.",
          "name": "AZURE_SUBSCRIPTION_ID"
        },
        {
          "description": "Access mode: read-only | read-write | admin.",
          "name": "AZURE_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...