package.json•2.05 kB
{
"name": "mcp-cloud-services",
"version": "1.0.0",
"description": "Comprehensive MCP server for cloud services management. Supports AWS, Azure, and GCP with resource management, cost analysis, monitoring, and security features.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsx src/index.ts",
"test": "jest",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"cloud-services",
"aws",
"azure",
"gcp",
"cloud-management",
"resource-management",
"cost-analysis",
"monitoring"
],
"author": "code-alchemist01",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/code-alchemist01/cloud-services-mcp-Server.git"
},
"bugs": {
"url": "https://github.com/code-alchemist01/cloud-services-mcp-Server/issues"
},
"homepage": "https://github.com/code-alchemist01/cloud-services-mcp-Server#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"@aws-sdk/client-ec2": "^3.490.0",
"@aws-sdk/client-s3": "^3.490.0",
"@aws-sdk/client-lambda": "^3.490.0",
"@aws-sdk/client-rds": "^3.490.0",
"@aws-sdk/client-cloudwatch": "^3.490.0",
"@aws-sdk/client-cost-explorer": "^3.490.0",
"@azure/arm-compute": "^22.0.0",
"@azure/arm-storage": "^19.0.0",
"@azure/arm-resources": "^5.0.0",
"@azure/identity": "^4.0.0",
"@google-cloud/compute": "^5.0.0",
"@google-cloud/storage": "^7.0.0",
"@google-cloud/monitoring": "^4.0.0",
"@google-cloud/billing": "^4.0.0",
"axios": "^1.6.2"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"jest": "^29.7.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=18.0.0"
}
}