Skip to main content
Glama

DynamoDB Read-Only MCP

by jjikky

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AWS_REGIONYesThe AWS region of your DynamoDB tables
AWS_ACCESS_KEY_IDYesYour AWS access key for authentication
AWS_SECRET_ACCESS_KEYYesYour AWS secret access key for authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription
dynamodb-query-helpPrompt to help you write a DynamoDB query

Resources

Contextual data attached and managed by the client

NameDescription
dynamodb-tables-info
dynamodb-table-schema

Tools

Functions exposed to the LLM to take actions

NameDescription
list-tables

Get a list of all DynamoDB tables

describe-table

Get detailed information about a DynamoDB table

scan-table

Scan items from a DynamoDB table

query-table

Query items from a DynamoDB table based on conditions

paginate-query-table

Paginate query results

get-item

Get an item from a DynamoDB table based on a specific key

count-items

Count items in a DynamoDB table

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jjikky/dynamo-readonly-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server