Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Amazon Bedrock MCP Server
Claim
by
zxkane
npm
GitHub
Image & Video Processing
Cloud Platforms
JavaScript
MIT License
8
16
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-amazon-bedrock
example-client
.github
src
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "name": "@zxkane/mcp-server-amazon-bedrock", "version": "0.1.1", "description": "Use Amazon Bedrock Nova models to generate image.", "author": "Kane Zhu", "type": "module", "bin": { "mcp-server-amazon-bedrock": "./build/index.js" }, "files": [ "build" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@aws-sdk/client-bedrock-runtime": "^3.716.0", "@aws-sdk/credential-providers": "^3.716.0", "@modelcontextprotocol/sdk": "0.6.0", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^20.11.24", "typescript": "^5.3.3" }, "keywords": [ "mcp", "amazon", "bedrock", "ai", "image-generation" ], "license": "MIT" }