dynamo-readonly-mcp

dynamo-readonly-mcp

3.2

If you are the rightful owner of dynamo-readonly-mcp 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 server that utilizes the Model Context Protocol (MCP) to query AWS DynamoDB databases, allowing LLMs like Claude to query DynamoDB data through natural language requests.

The DynamoDB Read-Only MCP server is designed to facilitate interaction with AWS DynamoDB databases using the Model Context Protocol (MCP). It allows language models, such as Claude, to perform read-only operations on DynamoDB tables through natural language queries. This server provides a seamless interface for querying and retrieving data from DynamoDB, making it accessible for various applications that require data insights without direct database manipulation. The server supports a range of operations, including listing tables, describing table structures, scanning and querying data, and counting items. It is particularly useful for applications that need to integrate with DynamoDB without compromising data integrity or security, as it operates in a read-only mode.

Features

  • Table Management Tools: Includes tools like `list-tables` and `describe-table` for managing DynamoDB tables.
  • Data Query Tools: Provides tools such as `scan-table`, `query-table`, `paginate-query-table`, `get-item`, and `count-items` for querying data.
  • Resources: Offers resources like `dynamodb-tables-info` and `dynamodb-table-schema` for metadata and schema information.
  • Prompts: Includes `dynamodb-query-help` for assisting in writing DynamoDB queries.

Tools

  1. list-tables

    View a list of all DynamoDB tables.

  2. describe-table

    View detailed information about a specific table.

  3. scan-table

    Scan all or part of a table's data.

  4. query-table

    Search for data that matches specific conditions in a table.

  5. get-item

    Retrieve an item with a specific key.