DynamoDB ScannerServer

katpyeon
GitHub
AWSDynamoDBDatabase

Loading subscription status...

💡 Description

A simple tool for scanning and filtering AWS DynamoDB tables, providing an experience similar to the AWS Console for exploring and filtering DynamoDB table data.

📝 JSON Entries

{
  "mcpServers": [
    {
      "DynamoDB Scanner": {
        "env": {
          "AWS_REGION": "",
          "AWS_ACCESS_KEY_ID": "",
          "DYNAMO_TABLE_NAME": "",
          "AWS_SECRET_ACCESS_KEY": ""
        },
        "args": [
          "/Users/yourname/path/mcp_dynamodb_scan/app.py"
        ],
        "command": "/Users/yourname/path/mcp_dynamodb_scan/.venv/bin/python"
      }
    }
  ]
}

🛠️ Tools

FastMCP

Features

  • Scan DynamoDB tables (full or filtered)
  • View table schema information
  • Pagination support
  • User experience similar to AWS Console

💬 Example Queries

  • Show me the table schema.
  • Find items where the name is 'Hong Gil-dong'.
  • Show me all user information.