A
securityF
licenseA
qualityAn MCP server that provides tools for interacting with AWS S3 buckets, enabling direct access to S3 operations through the Model Context Protocol.
Last updated -
1
Python
MCP 服务器用于 AWS S3 操作,通过预签名的 URL 提供对 S3 存储桶的安全访问。
list_objects
prefix
(字符串,可选):对象键的前缀过滤器get_object
key
(字符串,必需):要检索的对象键expiry
(数字,可选):URL 过期时间(秒)(默认值:3600)object_url
put_object
key
(字符串,必需):要上传的对象键expiry
(数字,可选):URL 过期时间(秒)(默认值:3600)upload_url
delete_object
key
(字符串,必需):要删除的对象键success
布尔值服务器需要以下环境变量:
BUCKET_NAME
:您的 S3 存储桶的名称(必需)REGION
:AWS 区域(默认值:“ap-southeast-1”)应使用标准 AWS 凭证配置方法(环境变量、IAM 角色或 AWS 凭证文件)配置 AWS 凭证。
将以下内容添加到您的claude_desktop_config.json
中:
Docker 构建:
该服务器使用以下方式构建:
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
通过预签名的 URL 提供对 AWS S3 存储桶的安全访问,支持列出、下载、上传和删除对象。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OpenWorkspace-o1/aws-ow-s3-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server