# Amazon Nova Reel MCP Server Configuration
# Copy this file to .env and fill in your actual values
# AWS Credentials (Option 1: Explicit credentials)
AWS_ACCESS_KEY_ID=your_aws_access_key_id_here
AWS_SECRET_ACCESS_KEY=your_aws_secret_access_key_here
AWS_SESSION_TOKEN=your_session_token_here_if_using_temporary_credentials
# AWS Credentials (Option 2: Use AWS Profile)
# AWS_PROFILE=your_aws_profile_name
# AWS Configuration
AWS_REGION=us-east-1
# S3 Bucket for video output (Required)
# This bucket must exist and be accessible with your AWS credentials
S3_BUCKET=your-video-generation-bucket-name
# Example values:
# AWS_ACCESS_KEY_ID=AKIAIOSFODNN7EXAMPLE
# AWS_SECRET_ACCESS_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
# AWS_SESSION_TOKEN=IQoJb3JpZ2luX2VjEHoaCXVzLWVhc3QtMSJHMEUCIQD...
# AWS_PROFILE=my-profile
# AWS_REGION=us-east-1
# S3_BUCKET=my-nova-reel-videos
# Notes:
# - Never commit the actual .env file with real credentials to version control
# - You can use either explicit credentials OR an AWS profile, not both
# - For temporary credentials (STS), include AWS_SESSION_TOKEN
# - For local development, AWS_PROFILE is often more convenient
# - Ensure your AWS credentials have the necessary permissions for Bedrock and S3
# - The S3 bucket should be in the same region as your Bedrock service
# - Videos will be stored in the bucket with structure: s3://bucket/job-id/output.mp4
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mirecekd/novareel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server