DynamoDB Readonly
Summary
A read-only MCP server for querying AWS DynamoDB databases, enabling natural language interactions with database tables through tools like listing tables, scanning data, querying with conditions, and retrieving table schemas. Built by Yunjik Kim, this implementation provides a standardized interface for LLMs to explore and extract information from DynamoDB without requiring direct database access or complex query writing.
Available Actions(10)
list-tables
View a list of all DynamoDB tables.
describe-table
View detailed information about a specific table. Parameters: tableName (string) - Name of the table to get detailed information for.
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.
dynamodb-tables-info
A resource that provides metadata for all tables.
dynamodb-table-schema
A resource that provides schema information for a specific table.
dynamodb-query-help
A help prompt for writing DynamoDB queries.
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요