dynamodb-mcp-server
If you are the rightful owner of dynamodb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server for managing Amazon DynamoDB resources, providing tools for table management, capacity management, and data operations.
create_table
Creates a new DynamoDB table with specified configuration.
list_tables
Lists all DynamoDB tables in the account.
describe_table
Gets detailed information about a DynamoDB table.
create_gsi
Creates a global secondary index on a table.
update_gsi
Updates the provisioned capacity of a global secondary index.
create_lsi
Creates a local secondary index on a table.
update_capacity
Updates the provisioned capacity of a table.
put_item
Inserts or replaces an item in a table.
get_item
Retrieves an item from a table by its primary key.
update_item
Updates specific attributes of an item in a table.
query_table
Queries a table using key conditions and optional filters.
scan_table
Scans an entire table with optional filters.