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.
View a list of all DynamoDB tables.
View detailed information about a specific table. Parameters: tableName (string) - Name of the table to get detailed information for.
Scan all or part of a table's data.
Search for data that matches specific conditions in a table.
Retrieve data across multiple pages that matches specific conditions.
Retrieve an item with a specific key.
Calculate the number of items in a table.
A resource that provides metadata for all tables.
A resource that provides schema information for a specific table.
A help prompt for writing DynamoDB queries. Parameters: tableName (string) - Table name to query, queryType (string) - Type of query, can be 'basic' or 'advanced'.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!