Skip to main content
Glama

Amazon Bedrock MCP Server

by zxkane
package.json956 B
{ "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" }

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/zxkane/mcp-server-amazon-bedrock'

If you have feedback or need assistance with the MCP directory API, please join our Discord server