Skip to content
Cline

dynamodb for Cline

com.pulsemcp/dynamodb

MCP server for AWS DynamoDB with fine-grained tool control and configurable access levels.

client:Cline transport:stdio runtime:npm

Install dynamodb in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "dynamodb": {
      "command": "npx",
      "args": [
        "-y",
        "aws-dynamodb-mcp-server"
      ],
      "env": {
        "AWS_REGION": "<AWS_REGION>",
        "AWS_ACCESS_KEY_ID": "<AWS_ACCESS_KEY_ID>",
        "AWS_SECRET_ACCESS_KEY": "<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": "<SKIP_HEALTH_CHECKS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

dynamodb in other clients