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.
社区评论
暂无评论. 成为第一个评论的人!
登录以参与讨论