Loading MCP server directory, please wait...
MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.
npx @getmcp/cli add com.pulsemcp/dynamodbRequires Node.js 18+. Community-contributed server. Review source before installing.
AWS_REGIONAWS region for DynamoDB (or use AWS_DEFAULT_REGION).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.pulsemcp/dynamodb": {
"command": "npx",
"args": [
"-y",
"-y",
"aws-dynamodb-mcp-server"
],
"env": {
"AWS_REGION": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"DYNAMODB_ENDPOINT": "",
"DYNAMODB_ENABLED_TOOL_GROUPS": "",
"DYNAMODB_ENABLED_TOOLS": "",
"DYNAMODB_DISABLED_TOOLS": "",
"DYNAMODB_ALLOWED_TABLES": "",
"SKIP_HEALTH_CHECKS": "false"
}
}
}
}