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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-dynamodb-": {
"command": "go",
"args": [
"run",
"github.com/taofit/MCP-Server-Dynamodb-sage@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-dynamodb- go run github.com/taofit/MCP-Server-Dynamodb-sage@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-dynamodb-": {
"command": "go",
"args": [
"run",
"github.com/taofit/MCP-Server-Dynamodb-sage@latest"
]
}
}
}
📋 Copy