com.pulsemcp/dynamodb
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server"
],
"env": {
"AWS_REGION": "<aws_region>",
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>",
"DYNAMODB_ENDPOINT": "<dynamodb_endpoint>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<dynamodb_enabled_tool_groups>",
"DYNAMODB_ENABLED_TOOLS": "<dynamodb_enabled_tools>",
"DYNAMODB_DISABLED_TOOLS": "<dynamodb_disabled_tools>",
"DYNAMODB_ALLOWED_TABLES": "<dynamodb_allowed_tables>",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server"
],
"env": {
"AWS_REGION": "<aws_region>",
"AWS_ACCESS_KEY_ID": "<your-aws_access_key_id>",
"AWS_SECRET_ACCESS_KEY": "<your-aws_secret_access_key>",
"DYNAMODB_ENDPOINT": "<dynamodb_endpoint>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<dynamodb_enabled_tool_groups>",
"DYNAMODB_ENABLED_TOOLS": "<dynamodb_enabled_tools>",
"DYNAMODB_DISABLED_TOOLS": "<dynamodb_disabled_tools>",
"DYNAMODB_ALLOWED_TABLES": "<dynamodb_allowed_tables>",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}npx -y aws-dynamodb-mcp-serverAWS_REGIONAWS region for DynamoDB (or use AWS_DEFAULT_REGION).
AWS_ACCESS_KEY_IDAWS access key ID (uses AWS credential chain if not set).
AWS_SECRET_ACCESS_KEYAWS secret access key (uses AWS credential chain if not set).
DYNAMODB_ENDPOINTCustom endpoint for local DynamoDB or LocalStack.
DYNAMODB_ENABLED_TOOL_GROUPSComma-separated tool groups to enable (readonly, readwrite, admin).
DYNAMODB_ENABLED_TOOLSComma-separated whitelist of specific tools to enable.
DYNAMODB_DISABLED_TOOLSComma-separated blacklist of specific tools to disable.
DYNAMODB_ALLOWED_TABLESRestrict operations to specific tables (comma-separated); all tables accessible if not set.
SKIP_HEALTH_CHECKSSkip startup health checks.
Create AWS cost estimates and shareable AWS Pricing Calculator URLs.
Unified API to query AWS, GCP, Azure and generate Terraform/CLI execution kits for AI agents.
AI-powered Amazon ECS workload management