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).
基本情報
設定
以下の設定を使って、このサーバーを 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, andrun_querytools - Uses stdio transport for local client integration
- Integrates directly with Claude Desktop
Use cases of Amazon Dynamo
「データベース」の他のコンテンツ
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
コメント