Back to Home
LeonAchata icon

Bedrock-Gateway

Verified Safe

by LeonAchata

Overview

Provides a centralized gateway for AI agents to access multiple AWS Bedrock LLM models via the Model Context Protocol (MCP).

Installation

Run Command
docker-compose up -d

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION
  • CACHE_ENABLED
  • CACHE_TTL
  • CACHE_MAX_SIZE
  • METRICS_ENABLED
  • LOG_LEVEL

Security Notes

The project correctly uses environment variables for AWS credentials, reducing hardcoded secret risks. It includes an example of a minimal IAM policy. However, the default FastAPI CORS configuration (`allow_origins=["*"]`) is overly permissive and poses a security risk if deployed to production without restriction. Logging output is directed to stderr, which is good for MCP stdio mode, but requires proper log aggregation for monitoring.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens500
Stars1
Forks0
Last Update2025-11-24

Tags

BedrockLLM GatewayAI AgentsMCPCaching