dynamo-readonly-mcp

dynamo-readonly-mcp

0

The DynamoDB Read-Only MCP server is designed to facilitate querying AWS DynamoDB databases via natural language through Model Context Protocol (MCP), optimizing interactions with LLMs like Claude. It offers features for data management and querying, along with tools and prompts to aid in DynamoDB operations.

list-tables

View a list of all DynamoDB tables

describe-table

View details for specific tables

scan-table

Scan all or part of the data in the table

query-table

Search for data that meets specific criteria in the table

paginate-query-table

Retrieve data across multiple pages that meet specific criteria

get-item

Retrieve items with specific keys

count-items

Calculate the number of items in the table

dynamodb-tables-info

Provide metadata for all tables

dynamodb-table-schema

Provide schema information for specific tables

dynamodb-query-help

Tips for helping write DynamoDB queries