imankamyabi_dynamodb-mcp-server

imankamyabi_dynamodb-mcp-server

0

The DynamoDB MCP Server is designed to manage Amazon DynamoDB resources efficiently. It supports various management operations like table and index management, as well as data operations, without supporting delete operations to avoid data loss.

create_table

Create a new table and specify a configuration

list_tables

List all tables in your account

describe_table

Get detailed information about the table

create_gsi

Create a global secondary index on a table

update_gsi

Update the preset capacity of the global secondary index

create_lsi

Create a local secondary index on a table

update_capacity

Update the preset capacity of the table

put_item

Insert or replace items in tables

get_item

Search items by primary key

update_item

Update specific properties of the project

query_table

Query tables using key conditions and optional filters

scan_table

Scan the entire table with optional filter