sample-mcp-server-s3

aws-samples
43
sample-mcp-server-s3 是一个用于从 AWS S3 检索 PDF 文档的 MCP 服务器。它具有资源曝光功能,支持最多 1000 个对象,并提供列出桶和对象的工具,以及获取特定项目的功能。非常适合将 S3 数据集成到 LLM 上下文中。

Overview

What is sample-mcp-server-s3

sample-mcp-server-s3 is an implementation of a Model Context Protocol (MCP) server designed to retrieve data, specifically PDF documents, from Amazon S3 storage.

How to Use

To use sample-mcp-server-s3, configure your AWS credentials with appropriate permissions, set up the server configuration in your application, and run the server using the provided commands for either development or published environments.

Key Features

Key features include exposing AWS S3 data through resources, supporting PDF document retrieval, and providing tools like ListBuckets, ListObjectsV2, and GetObject for interacting with S3.

Use Cases

Use cases include integrating S3-stored PDF documents into applications that require context-aware data retrieval, such as AI models or data analysis tools.

Content