DynamoDB
Createdimankamyabi
Manages Amazon DynamoDB resources through a Model Context Protocol server.
About
DynamoDB is a Model Context Protocol (MCP) server designed to streamline the management of Amazon DynamoDB resources. It offers a suite of tools for table creation, configuration, capacity management, and data manipulation, allowing users to interact with their DynamoDB databases more efficiently. Notably, delete operations are intentionally omitted to prevent accidental data loss.
Key Features
- Create and manage DynamoDB tables with customizable configurations.
- Update provisioned read/write capacity units for tables and indexes.
- Insert, retrieve, and update items in DynamoDB tables.
- Query and scan tables with various conditions and filters.
- Create and manage Global and Local Secondary Indexes (GSI and LSI).
Use Cases
- Automating DynamoDB table creation and configuration.
- Programmatically managing DynamoDB capacity based on application needs.
- Integrating DynamoDB data operations into automated workflows.