What is the com.pulsemcp/dynamodb MCP server?
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
How to install com.pulsemcp/dynamodb
Copy-paste configuration for popular MCP clients.
AWS_REGIONrequiredAWS region for DynamoDB (or use AWS_DEFAULT_REGION).
AWS_ACCESS_KEY_IDsecretAWS access key ID (uses AWS credential chain if not set).
AWS_SECRET_ACCESS_KEYsecretAWS 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.
{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server",
"-y"
],
"env": {
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
"DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
"DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
"DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
}
}
}
}{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server",
"-y"
],
"env": {
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
"DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
"DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
"DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
}
}
}
}{
"mcpServers": {
"dynamodb": {
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server",
"-y"
],
"env": {
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
"DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
"DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
"DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
}
}
}
}{
"servers": {
"dynamodb": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aws-dynamodb-mcp-server",
"-y"
],
"env": {
"AWS_REGION": "<YOUR_AWS_REGION>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"DYNAMODB_ENDPOINT": "<YOUR_DYNAMODB_ENDPOINT>",
"DYNAMODB_ENABLED_TOOL_GROUPS": "<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS>",
"DYNAMODB_ENABLED_TOOLS": "<YOUR_DYNAMODB_ENABLED_TOOLS>",
"DYNAMODB_DISABLED_TOOLS": "<YOUR_DYNAMODB_DISABLED_TOOLS>",
"DYNAMODB_ALLOWED_TABLES": "<YOUR_DYNAMODB_ALLOWED_TABLES>",
"SKIP_HEALTH_CHECKS": "<YOUR_SKIP_HEALTH_CHECKS>"
}
}
}
}claude mcp add dynamodb --env AWS_REGION=<YOUR_AWS_REGION> --env AWS_ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID> --env AWS_SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY> --env DYNAMODB_ENDPOINT=<YOUR_DYNAMODB_ENDPOINT> --env DYNAMODB_ENABLED_TOOL_GROUPS=<YOUR_DYNAMODB_ENABLED_TOOL_GROUPS> --env DYNAMODB_ENABLED_TOOLS=<YOUR_DYNAMODB_ENABLED_TOOLS> --env DYNAMODB_DISABLED_TOOLS=<YOUR_DYNAMODB_DISABLED_TOOLS> --env DYNAMODB_ALLOWED_TABLES=<YOUR_DYNAMODB_ALLOWED_TABLES> --env SKIP_HEALTH_CHECKS=<YOUR_SKIP_HEALTH_CHECKS> -- npx -y aws-dynamodb-mcp-server -yRelated MCP servers
MCP server for AppSignal — get alert details, search logs, and retrieve logs within time ranges.
View repository →MCP server for Fetch Pet insurance claims management using Playwright automation.
View repository →MCP server for managing Fly.io machines, apps, logs, and Docker images.
View repository →MCP server for Google Cloud Storage with fine-grained tool access control.
View repository →MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
View repository →MCP server for Good Eggs grocery shopping automation using Playwright.
View repository →