Skip to main content
Glama

AWS S3 Control MCP Server

by qingyun-wu
mcp_config_compute_environment_management.json848 B
{ "server": { "url": "/api" }, "authentication": [ { "schema_parameters": { "scheme": "bearer" }, "type": "http", "value": "BEARER_TOKEN" } ], "operations": [ { "description": "Get system info", "name": "info" }, { "description": "Get a list of compute environments for a project", "name": "get_compute_environments" }, { "description": "Create a new compute environment for a project", "name": "create_compute_environment" }, { "description": "Delete a compute environment for a project", "name": "delete_compute_environment" }, { "description": "Update a compute environment for a project", "name": "update_compute_environment" }, { "description": "Triggers a deletion of the notebook instance", "name": "delete_notebook_instance" } ] }

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