Building-a-Serverless-DynamoDB-MCP

yeshwanthlm/Building-a-Serverless-DynamoDB-MCP
★ 0 stars HCL 🗄️ Database Updated today
Building a Serverless DynamoDB MCP: Making Your AI Talk to Your Database
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "building-a-serverles": {
      "command": "npx",
      "args": [
        "-y",
        "yeshwanthlm/Building-a-Serverless-DynamoDB-MCP"
      ]
    }
  }
}