Loading...
npm install
npm{
"mcpServers": {
"amazon-bedrock": {
"command": "npx",
"args": [
"-y",
"@zxkane/mcp-server-amazon-bedrock"
],
"env": {
"AWS_PROFILE": "your_profile_name", // Optional, only if you want to use a specific profile
"AWS_ACCESS_KEY_ID": "your_access_key", // Optional if using AWS credentials file or IAM role
"AWS_SECRET_ACCESS_KEY": "your_secret_key", // Optional if using AWS credentials file or IAM role
"AWS_REGION": "us-east-1" // Optional, defaults to 'us-east-1'
}
}
}
}generate_imageGenerates images from a text prompt using Amazon Bedrock's Nova Canvas model.
Generates images, which consumes resources and could be misused with malicious prompts.
The server is relatively safe for generating images within the constraints of the Bedrock service. However, proper AWS credential management is crucial, and monitoring resource consumption is recommended to prevent unexpected costs. Prompt injection risks should be considered.