dynamo-readonly-mcp
0
The DynamoDB Read-Only MCP server is designed to facilitate querying AWS DynamoDB databases via natural language through Model Context Protocol (MCP), optimizing interactions with LLMs like Claude. It offers features for data management and querying, along with tools and prompts to aid in DynamoDB operations.
DynamoDB Read-Only MCP
A server that utilizes the Model Context Protocol (MCP) to query AWS DynamoDB databases. This server allows LLMs like Claude to interface with DynamoDB using natural language requests.
Features
- Table Management Tools:
- View and describe tables
- Data Query Tools:
- Scan, query, and paginate data in tables
- Retrieve and count items
- Resources:
- Metadata and schema information for tables
- Prompts:
- Assistance in writing DynamoDB queries
Installation and Execution
- Install via Smithery or clone the repository to run the server.
- Set up AWS credentials in an
.env
file. - Build and start the server with npm.
Architecture
- Client Interface, MCP Protocol Layer, DynamoDB Server, AWS SDK.
Usage Examples
Ask questions like:
- "What tables are in DynamoDB?"
- "Find the number of users in the 'Users' table where groupId is '0lxp4paxk7'".