REMOTE
cloud-mcp
LesterAJohn/cloud-mcpWraps multiple cloud CLIs (AWS, GCP, Azure, OCI) into a unified command interface and exposes them as MCP tools for AI assistants.
The scanner shows
Not enough data to score this server yet.
First indexed Aug 1, 2026
Environment variables (9)
VAULT_ADDRstringOPTIONAL
Address of the external vault server (e.g., http://vault:8200). Required when VAULT_PROVIDER=external.
VAULT_TOKENstringOPTIONAL
Authentication token for external vault. Required when VAULT_PROVIDER=external.
VAULT_KV_MOUNTstringOPTIONAL
KV mount path for vault secrets.
VAULT_PROVIDERstringOPTIONAL
Set to 'external' to enable external vault integration (e.g., HashiCorp Vault).
VAULT_NAMESPACEstringOPTIONAL
Vault namespace for secret lookups.
Show all 9 environment variables
VAULT_KV_VERSIONstringOPTIONAL
KV engine version (1 or 2).
VAULT_SECRET_PATHstringOPTIONAL
Base path in vault where provider secrets are stored. Each provider (aws, gcp, azure, oci) is stored as a sub-path.
MCP_PROVIDER_AUTH_KEYstringOPTIONAL
Authorization key to secure provider vault operations (get_provider, set_provider). If set, requests must include matching authorizationKey.
CLOUD_WRAP_VAULT_MODULEstringOPTIONAL
Path to a custom vault module to override built-in vault logic.