sample-mcp-server-s3
43
The Sample S3 Model Context Protocol Server is an MCP server designed to retrieve and manage PDF data from Amazon S3. It features resource exposure and tools for listing and getting objects, making it an effective solution for handling S3 data within an MCP context.
uv
{ "mcpServers": { "s3-mcp-server": { "command": "uv", "args": [ "--directory", "/Users/user/generative_ai/model_context_protocol/s3-mcp-server", "run", "s3-mcp-server" ] } } }
uvx
{ "mcpServers": { "s3-mcp-server": { "command": "uvx", "args": [ "s3-mcp-server" ] } } }