DynamoDB Read-Only MCP
by jjikky
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_REGION | Yes | The AWS region of your DynamoDB tables | |
| AWS_ACCESS_KEY_ID | Yes | Your AWS access key for authentication | |
| AWS_SECRET_ACCESS_KEY | Yes | Your AWS secret access key for authentication |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list-tablesB | Get a list of all DynamoDB tables |
| describe-tableC | Get detailed information about a DynamoDB table |
| scan-tableC | Scan items from a DynamoDB table |
| query-tableC | Query items from a DynamoDB table based on conditions |
| paginate-query-tableC | Paginate query results |
| get-itemC | Get an item from a DynamoDB table based on a specific key |
| count-itemsB | Count items in a DynamoDB table |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| dynamodb-query-help | Prompt to help you write a DynamoDB query |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| dynamodb-tables-info | |
| dynamodb-table-schema |
Latest Blog Posts
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