Skip to main content
Glama

AWS S3 Control MCP Server

by qingyun-wu
mcp_config_notebook_instance_management.json938 B
{ "server": { "url": "/api" }, "authentication": [ { "schema_parameters": { "scheme": "bearer" }, "type": "http", "value": "BEARER_TOKEN" } ], "operations": [ { "description": "Retrieves a list of notebook instances that the user has access to", "name": "get_notebook_instances" }, { "description": "Creates a notebook instance within the project", "name": "create_notebook_instance" }, { "description": "Triggers a deletion of the notebook instance", "name": "delete_notebook_instance" }, { "description": "Creates an authenticated URL to open up the notebook instance in your browser", "name": "generate_notebook_instance_url" }, { "description": "Retrieves the status of the instance", "name": "get_notebook_instance_status" }, { "description": "Shuts down a running notebook instance", "name": "stop_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