DynamoDB Read-Only MCP
JSON →A read-only server to query AWS DynamoDB databases using the Model Context Protocol (MCP).
Install
npx -y @smithery/cli Tools · 7
- list-tables View a list of all DynamoDB tables
- describe-table View detailed information about a specific table
- scan-table Scan all or part of a table's data
- query-table Search for data that matches specific conditions in a table
- paginate-query-table Retrieve data across multiple pages that matches specific conditions
- get-item Retrieve an item with a specific key
- count-items Calculate the number of items in a table
Environment variables
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEY
Links
★ 2 GitHub stars