MCP-Server-Dynamodb-sage

taofit/MCP-Server-Dynamodb-sage
★ 0 stars Go 🤖 AI/LLM Updated 4d ago
DynamoDB Sage MCP Server - A Go-based MCP server on AWS Fargate that allows AI agents to safely query DynamoDB while enforcing operation cost guardrails and IAM security via SSE transport.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-dynamodb-": {
      "command": "go",
      "args": [
        "run",
        "github.com/taofit/MCP-Server-Dynamodb-sage@latest"
      ]
    }
  }
}

Topics

aiawsgomcp-server