mcp azure for Cursor
io.github.dockndevai/mcp-azure
Azure Resource Manager inventory & ops for AI agents — governed, confirmation-gated.
client:Cursor
transport:stdio
runtime:npm
Install mcp azure in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-azure": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dockndevai/mcp-azure"
],
"env": {
"AZURE_TENANT_ID": "<AZURE_TENANT_ID>",
"AZURE_CLIENT_ID": "<AZURE_CLIENT_ID>",
"AZURE_CLIENT_SECRET": "<AZURE_CLIENT_SECRET>",
"AZURE_SUBSCRIPTION_ID": "<AZURE_SUBSCRIPTION_ID>",
"AZURE_MODE": "<AZURE_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs