Skip to main content
Glama

AWS S3 Control MCP Server

by qingyun-wu
mcp_config_project_share_management.json1.22 kB
{ "server": { "url": "/api" }, "authentication": [ { "schema_parameters": { "scheme": "bearer" }, "type": "http", "value": "BEARER_TOKEN" } ], "operations": [ { "description": "Get shares for a project (both published and shared with the project)", "name": "get_shares" }, { "description": "Create a new share to publish to other projects", "name": "create_share" }, { "description": "Get shares that the project can request access to", "name": "get_discoverable_shares" }, { "description": "Delete a share that you\u0027ve published", "name": "delete_share" }, { "description": "Get details on a share that you\u0027ve published or subscribed to", "name": "get_share" }, { "description": "Update a share that you\u0027ve published", "name": "update_share" }, { "description": "Get dataset listing for a share", "name": "get_shared_datasets" }, { "description": "Subscribe to a share that has been shared with your project", "name": "subscribe_share" }, { "description": "Unsubscribe from a share that has been shared with your project", "name": "unsubscribe_share" } ] }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qingyun-wu/aws-s3-control'

If you have feedback or need assistance with the MCP directory API, please join our Discord server