Amazon DynamoDB Streams MCP Config
<fullname>Amazon DynamoDB</fullname> <p>Amazon DynamoDB Streams provides API actions for accessing streams and processing stream records. To learn more about application development with Streams, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html">Capturing Ta
Config URL
Use this URL in any MCP-compatible client to fetch the config automatically.
https://mcp-bridge.pages.dev/config/amazonaws-com-streams-dynamodb.jsonConfiguration JSON
Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-streams-dynamodb.json to fetch programmatically.
{
"mcpServers": {
"amazonaws-com-streams-dynamodb": {
"command": "npx",
"args": ["-y","@mcp/amazonaws-com-streams-dynamodb"],
"env": {
"AMAZON_DYNAMODB_STREAMS_API_KEY": "your_amazon_dynamodb_streams_api_key"
}
}
}
}How to Use
Cursor
Go to Cursor Settings → MCP Servers → Add with the JSON above.
CLI / curl
Fetch the config programmatically:
curl https://mcp-bridge.pages.dev/config/amazonaws-com-streams-dynamodb.jsonEnvironment Variables
AMAZON_DYNAMODB_STREAMS_API_KEYReplace your_amazon_dynamodb_streams_api_key with your actual amazon dynamodb streams api key
Endpoints
POST
/#X-Amz-Target=DynamoDBStreams_20120810.DescribeStreamDescribeStream
POST
/#X-Amz-Target=DynamoDBStreams_20120810.GetRecordsGetRecords
POST
/#X-Amz-Target=DynamoDBStreams_20120810.GetShardIteratorGetShardIterator
POST
/#X-Amz-Target=DynamoDBStreams_20120810.ListStreamsListStreams