DynamoDB Read-Only
Createdjjikky
Enables querying of AWS DynamoDB databases using natural language requests via the Model Context Protocol (MCP).
About
DynamoDB Read-Only facilitates interaction between Large Language Models (LLMs) like Claude and AWS DynamoDB, allowing users to query DynamoDB data through natural language. By implementing a Model Context Protocol (MCP) server, it provides tools for table management and data querying, offering features like listing tables, describing table schemas, scanning and querying data, and retrieving specific items. This allows users to easily explore, extract, and analyze data stored within their DynamoDB instances via natural language prompts within supporting LLM interfaces.
Key Features
- Provides tools for listing DynamoDB tables and describing their schema.
- Offers a resource for providing metadata of all tables to LLMs.
- Supports connection to Claude Desktop for natural language querying.
- Enables scanning, querying, and retrieving data from DynamoDB tables.
- Includes a prompt to help write DynamoDB queries.
- 0 GitHub stars
Use Cases
- Enabling natural language querying of DynamoDB data for users unfamiliar with database syntax.
- Providing a read-only interface for LLMs to access and understand DynamoDB schemas and contents.
- Integrating DynamoDB data into LLM workflows for enhanced context and analysis.