dynamodb-mcp-server
8
This project is a Model Context Protocol server aimed at facilitating the management of Amazon DynamoDB resources. It offers comprehensive management tools for table configuration, index setup, and data operations. The project emphasizes safe handling by excluding destructive operations such as delete.
DynamoDB MCP Server
A Model Context Protocol server for managing Amazon DynamoDB resources. This server provides tools for table management, capacity management, and data operations.
Features
Table Management
- Create new DynamoDB tables.
- List and configure existing tables.
Index Management
- Manage Global and Local Secondary Indexes.
Capacity Management
- Update provisioned capacity units.
Data Operations
- Insert, update, or retrieve items using various operations.
Note: Delete operations are not supported to prevent data loss.
Configuration
Setting up AWS Credentials
- Obtain AWS credentials and ensure they have appropriate permissions for DynamoDB operations.
Usage with Claude Desktop
Add the configuration to claude_desktop_config.json
using Docker for execution.