Serverless-AWS-DynamoDB-MCP-Server

tkaple/Serverless-AWS-DynamoDB-MCP-Server
★ 0 stars HCL Security Updated 1d ago
Production-grade, secure, and fully serverless Model Context Protocol (MCP) implementation utilizing AWS API Gateway, AWS Lambda, Secrets Manager, and IAM authorization with Signature Version 4 (SigV4) request signing.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "serverless-aws-dynam": {
      "command": "npx",
      "args": [
        "-y",
        "tkaple/Serverless-AWS-DynamoDB-MCP-Server"
      ]
    }
  }
}