Back to Home
Hiruna219066 icon

poly-cloud-mcp

Verified Safe

by Hiruna219066

Overview

Unified Model Context Protocol (MCP) server for managing resources across AWS, Google Cloud, Azure, and DigitalOcean via their respective CLI tools.

Installation

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

Security Notes

The server's core functionality involves executing external CLI commands (`aws`, `gcloud`, `az`, `doctl`) using Deno's `--allow-run` permission, which is explicitly noted and justified. Command arguments are constructed carefully from JSON inputs, minimizing direct shell injection risks through the server itself. It leverages standard CLI authentication methods (e.g., local config files, environment variables like AWS_*, DIGITALOCEAN_ACCESS_TOKEN, or login sessions), avoiding hardcoded secrets. The server operates in a local-agent mode using stdio, meaning it doesn't expose a network attack surface for its own communication, though the wrapped CLIs will make network calls. The project includes a SECURITY.md and uses GitHub's security features, indicating a strong security posture.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

Cloud ManagementMulti-CloudCLI WrapperMCPDeno