MCP.so
ログイン
A

Amazon DynamoDB MCP Server by CData

@CDataSoftware

Amazon DynamoDB 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 DynamoDB (beta)](https://www.cdata.com/download/download.aspx?sku=DDZK-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-dynamodb.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Amazon DynamoDB MCP Server by CData?

Amazon DynamoDB MCP Server by CData is a read-only Model Context Protocol (MCP) server that lets large language models (LLMs) like Claude Desktop query live Amazon DynamoDB data in natural language. It is powered by the CData JDBC Driver for Amazon DynamoDB, which exposes DynamoDB tables as relational SQL models. The server wraps this driver and provides a simple MCP interface for AI clients.

How to use Amazon DynamoDB MCP Server by CData?

Clone the repository, build with mvn clean install, and install and license the CData JDBC Driver for Amazon DynamoDB. Create a .prp file containing your JDBC connection string, driver class, and other properties. Then configure your client (e.g., Claude Desktop) by adding a mcpServers entry in claude_desktop_config.json that points to the built JAR and your .prp file. Run the server by launching the client or by executing java -jar CDataMCP-jar-with-dependencies.jar /PATH/TO/your.prp independently.

Key features of Amazon DynamoDB MCP Server by CData

  • Read-only access to Amazon DynamoDB data
  • Natural language querying via MCP tools
  • Powered by CData JDBC Driver for Amazon DynamoDB
  • Exposes get_tables, get_columns, and run_query tools
  • Uses stdio transport for local client integration
  • Integrates directly with Claude Desktop

Use cases of Amazon Dynamo

コメント

「データベース」の他のコンテンツ