Back to Home
hyperpolymath icon

poly-cloud-mcp

Verified Safe

by hyperpolymath

Overview

Provides a unified Model Context Protocol (MCP) server for managing cloud resources across AWS, Google Cloud, Azure, and DigitalOcean, primarily enabling AI assistants to interact with these providers via their CLI tools.

Installation

Run Command
deno run --allow-run --allow-read --allow-write --allow-env --allow-net main.js

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • DIGITALOCEAN_ACCESS_TOKEN

Security Notes

This MCP server explicitly requires Deno's `--allow-run` permission to execute external cloud CLI commands (aws, gcloud, az, doctl). This grants the server (and any client controlling it) the ability to run arbitrary commands on the host system. The security boundary is therefore the host's configured cloud CLI credentials. The project transparently warns about this and recommends using minimal IAM permissions, separate credentials, avoiding admin access, and reviewing tool calls. No direct hardcoded secrets or 'eval' are observed in the provided code, but the inherent nature of wrapping powerful CLIs with `--allow-run` demands extreme caution.

Similar Servers

Stats

Interest Score33
Security Score7
Cost ClassMedium
Avg Tokens3000
Stars2
Forks0
Last Update2026-01-17

Tags

Multi-cloudMCP ServerAI AgentCloud ManagementDenoResilience