Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
This package provides an official Model Context Protocol (MCP) server for interacting with AWS DynamoDB, offering a comprehensive set of tools for managing DynamoDB resources including table operation
Add this to your MCP client configuration:
{
"mcpServers": {
"aws-dynamodb-mcp-server": {
"command": "uvx",
"args": [
"awslabs.dynamodb-mcp-server@latest"
],
"env": {
"DDB-MCP-READONLY": "<Set to 'true' to enable read-only permissions for the DynamoDB MCP server.>",
"AWS_PROFILE": "<The AWS profile to use for credentials.>",
"AWS_REGION": "<The AWS region to operate in.>",
"FASTMCP_LOG_LEVEL": "<The logging level for the FastMCP server.>"
}
}
}
}{
"id": "aws-dynamodb-mcp-server",
"name": "AWS DynamoDB",
"description": "This package provides an official Model Context Protocol (MCP) server for interacting with AWS DynamoDB, offering a comprehensive set of tools for managing DynamoDB resources including table operation",
"source_url": "https://github.com/awslabs/mcp/tree/HEAD/src/dynamodb-mcp-server",
"publisher_name": "awslabs",
"publisher_url": "https://github.com/awslabs",
"is_official": true,
"license": "",
"runtime": "python",
"downloads": 199696,
"requires_oauth": false,
"distribution": {
"type": "pip",
"package": "awslabs.dynamodb-mcp-server"
},
"tools_count": 29
}