Loading subscription status...
{ "mcpServers": [ { "dynamodb": { "env": { "AWS_REGION": "your_region", "AWS_ACCESS_KEY_ID": "your_access_key", "AWS_SESSION_TOKEN": "your_session_token", "AWS_SECRET_ACCESS_KEY": "your_secret_key" }, "args": [ "run", "-i", "--rm", "-e", "AWS_ACCESS_KEY_ID", "-e", "AWS_SECRET_ACCESS_KEY", "-e", "AWS_REGION", "-e", "AWS_SESSION_TOKEN", "mcp/dynamodb-mcp-server" ], "command": "docker" } } ] }