com.pulsemcp
dynamodb
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
stdiocommunityservice
Package Details
aws-dynamodb-mcp-server
Transportstdio
Runtimenpx
Runtime Arguments
Positional
Position 0
-yEnvironment Variables
AWS_REGION
Required
AWS region for DynamoDB (or use AWS_DEFAULT_REGION).
AWS_ACCESS_KEY_ID
Secret
AWS access key ID (uses AWS credential chain if not set).
AWS_SECRET_ACCESS_KEY
Secret
AWS secret access key (uses AWS credential chain if not set).
DYNAMODB_ENDPOINT
Custom endpoint for local DynamoDB or LocalStack.
DYNAMODB_ENABLED_TOOL_GROUPS
Comma-separated tool groups to enable (readonly, readwrite, admin).
DYNAMODB_ENABLED_TOOLS
Comma-separated whitelist of specific tools to enable.
DYNAMODB_DISABLED_TOOLS
Comma-separated blacklist of specific tools to disable.
DYNAMODB_ALLOWED_TABLES
Restrict operations to specific tables (comma-separated); all tables accessible if not set.
SKIP_HEALTH_CHECKS
Default:
falseSkip startup health checks.