Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon Glacier MCP Config

<p> Amazon S3 Glacier (Glacier) is a storage solution for "cold data."</p> <p>Glacier is an extremely low-cost storage service that provides secure, durable, and easy-to-use storage for data backup and archival. With Glacier, customers can store their data cost effectively for months, years, or deca

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-glacier.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-glacier.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-glacier": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-glacier"],
      "env": {
      "AMAZON_GLACIER_API_KEY": "your_amazon_glacier_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-glacier.json

Environment Variables

AMAZON_GLACIER_API_KEY

Replace your_amazon_glacier_api_key with your actual amazon glacier api key

Endpoints

GET/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}

ListParts

POST/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}

CompleteMultipartUpload

PUT/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}

UploadMultipartPart

DELETE/{accountId}/vaults/{vaultName}/multipart-uploads/{uploadId}

AbortMultipartUpload

GET/{accountId}/vaults/{vaultName}/lock-policy

GetVaultLock

POST/{accountId}/vaults/{vaultName}/lock-policy

InitiateVaultLock

DELETE/{accountId}/vaults/{vaultName}/lock-policy

AbortVaultLock

POST/{accountId}/vaults/{vaultName}/tags#operation=add

AddTagsToVault

POST/{accountId}/vaults/{vaultName}/lock-policy/{lockId}

CompleteVaultLock

GET/{accountId}/vaults/{vaultName}

DescribeVault