Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Azure MCP Server
Official
by
Streen9
Verified
npm
GitHub
Cloud Platforms
Security
TypeScript
MIT License
2
2
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.github
src
Dockerfile
.dockerignore
.gitignore
jest.config.js
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "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" } }