MCP.so
登录
A

Amazon S3 MCP Server by CData

@CDataSoftware

关于 Amazon S3 MCP Server by CData

This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for Amazon S3 (beta)](https://www.cdata.com/download/download.aspx?sku=SXZK-V&type=beta).

基本信息

分类

云与基础设施

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\amazon-s3.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Amazon S3 MCP Server by CData?

Amazon S3 MCP Server by CData is a read-only Model Context Protocol server that enables large language models to query live Amazon S3 data through natural language. It wraps the CData JDBC Driver for Amazon S3, exposing S3 objects as relational SQL tables, and is intended for AI clients such as Claude Desktop.

How to use Amazon S3 MCP Server by CData?

Clone the repository, build with mvn clean install, install and license the CData JDBC Driver for Amazon S3, then configure a .prp file with your JDBC connection string. Add the server to your Claude Desktop config file (claude_desktop_config.json) and restart the client. The server communicates over stdio and must run on the same machine as the client.

Key features of Amazon S3 MCP Server by CData

  • Read-only access to Amazon S3 data as relational tables.
  • Natural language querying via LLMs, no SQL required.
  • Tools to list tables, list columns, and run SELECT queries.
  • Built on the CData JDBC Driver for Amazon S3.
  • Integrates with any MCP-compatible AI client.

Use cases of Amazon S3 MCP Server by CData

  • Query object metadata and contents from Amazon S3 buckets using conversational AI.
  • Analyse storage patterns or file inventories without writing SQL.
  • Allow LLMs to reference live S3 data during document generation or analysis.

FAQ from Amazon S3 MCP Server by CData

Is this server read-only or does it support writes?

This server is read-only. For full CRUD functionality, CData offers a separate beta MCP Server with write capabilities.

What dependencies are required to run the server?

Java, Maven, the CData JDBC Driver for Amazon S3 (requires license), and a valid JDBC connection string. Configure these in a .prp file.

Where does the data reside?

Data stays in your Amazon S3 buckets. The server only reads metadata/objects via the JDBC driver; no data is stored or transferred by the server itself.

How does authentication work?

Authentication is configured in the JDBC connection string, typically using OAuth. The driver’s Connection String utility can generate the required string.

What transport does the server use?

The server uses stdio transport, so it must run on the same machine as the client (e.g., Claude Desktop).

评论

云与基础设施 分类下的更多 MCP 服务器