Skip to content
Zed

dynamodb for Zed

com.pulsemcp/dynamodb

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

client:Zed transport:stdio runtime:npm

Install dynamodb in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

dynamodb in other clients