awslabs/mcp
AWS MCP servers for seamless integration with AWS services and resources.
Ads
Overview
AWS MCP servers for seamless integration with AWS services and resources.
Installation
uvx awslabs.dynamodb-mcp-server@latest
Configuration
{
"mcpServers": {
"awslabs-dynamodb-mcp-server": {
"command": "uvx",
"args": [
"awslabs.dynamodb-mcp-server@latest"
],
"env": {
"FASTMCP_LOG_LEVEL": "ERROR"
},
"disabled": false,
"autoApprove": []
}
}
}Capabilities
- Design a DynamoDB data model
Walk through requirements gathering, access pattern analysis, and table design using `dynamodb_data_modeling`.
- Validate a data model against DynamoDB Local
Automatically create tables, insert test data, and verify access patterns with `dynamodb_data_model_validation`.
- Analyze a source relational database for migration
Extract schema and access patterns from MySQL, PostgreSQL, SQL Server, or Oracle using `source_db_analyzer`.
- Convert a data model into a structured schema
Transform `dynamodb_data_model.md` into a machine-readable `schema.json` with `dynamodb_data_model_schema_converter`.
- Generate type-safe Python data access code
Produce Pydantic entities and repository classes from a validated schema with `generate_data_access_layer`.
- Estimate capacity units and monthly costs
Calculate RCU/WCU and storage costs for all access patterns using `compute_performances_and_costs`.
Tags
- database
- aws
- development
- cloud-infrastructure
- awesome-list
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.