Home › Cloud & Monitoring › mcp-azure
mcp-azure
Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.
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_IDrequired — Entra ID tenant id.AZURE_CLIENT_IDrequired — App registration (service principal) client id.AZURE_CLIENT_SECRETrequired secret — Service principal client secret.AZURE_SUBSCRIPTION_ID— Default subscription id.AZURE_MODE— Access mode: read-only | read-write | admin.
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry