Skip to main content
Glama

AWS S3 Control MCP Server

by qingyun-wu
mcp_config_user_management.json773 B
{ "server": { "url": "/api" }, "authentication": [ { "schema_parameters": { "scheme": "bearer" }, "type": "http", "value": "BEARER_TOKEN" } ], "operations": [ { "description": "Generates credentials used for connecting via SFTP", "name": "generate_project_sftp_token" }, { "description": "Gets a list of users, matching an optional username pattern", "name": "list_users" }, { "description": "Invites a user to the system", "name": "invite_user" }, { "description": "Get user information", "name": "get_user" }, { "description": "Update user information", "name": "update_user" }, { "description": "Signs user out from all sessions", "name": "sign_out_user" } ] }

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