MCP Servers / database / DynamoDB Read-Only MCP

DynamoDB Read-Only MCP

JSON →
stdionone2database

A read-only server to query AWS DynamoDB databases using the Model Context Protocol (MCP).

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: dynamodb-read-only-mcp
Tools
What this server exposes
list-tables
View a list of all DynamoDB tables
describe-table
View detailed information about a specific table
scan-table
Scan all or part of a table's data
query-table
Search for data that matches specific conditions in a table
paginate-query-table
Retrieve data across multiple pages that matches specific conditions
get-item
Retrieve an item with a specific key
count-items
Calculate the number of items in a table
Configuration
Environment & auth
authnone
envAWS_ACCESS_KEY_ID
envAWS_SECRET_ACCESS_KEY
Resources