Skip to content
Cursor

dynamodb for Cursor

com.pulsemcp/dynamodb

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

client:Cursor transport:stdio runtime:npm

Install dynamodb in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "dynamodb": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

dynamodb in other clients