DynamoDB Readonly MCP Server
| Tool name | Description | Destructive? |
|---|---|---|
| list-tables | ✓ no | |
| describe-table | ✓ no | |
| scan-table | ✓ no | |
| query-table | ✓ no | |
| paginate-query-table | ✓ no |
| get-item | ✓ no | |
| count-items | ✓ no |
{
"mcpServers": {
"fastmcp-medynamo-readonly": {
"command": "npx",
"args": [
"-y",
"@fastmcp-me/dynamo-readonly-mcp"
]
}
}
}