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"
]
}
}
}