Azure MCP Server

Official
by Streen9
Verified
{ "name": "azure-mcp", "version": "0.0.4", "description": "", "author": "gkvp70@gmail.com", "bin": { "azure-mcp": "dist/launcher.js" }, "files": [ "dist" ], "main": "dist/launcher.js", "scripts": { "start": "node dist/launcher.js", "build": "tsc" }, "license": "MIT", "dependencies": { "@azure/arm-compute": "^22.3.0", "@azure/arm-network": "^33.5.0", "@azure/arm-resources": "^5.2.0", "@azure/arm-subscriptions": "^5.1.0", "@azure/identity": "^4.7.0", "@azure/ms-rest-nodeauth": "^3.1.1", "@modelcontextprotocol/sdk": "^1.5.0", "ts-morph": "^25.0.1", "typescript": "^5.7.3", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.4" } }