Skip to content
Grok

dynamodb for Grok

com.pulsemcp/dynamodb

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

client:Grok transport:stdio runtime:npm

Install dynamodb in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

dynamodb in other clients