Back to Home
bwalheim1205 icon

aws-mcp-gateway

Verified Safe

by bwalheim1205

Overview

Exposes AWS Lambda functions as MCP-compatible tools, allowing them to be discovered, listed, and invoked programmatically via an HTTP gateway.

Installation

Run Command
docker run -v /path/to/tools.yaml:/app/tools.yaml -p 8080:8080 aws-mcp-gateway

Environment Variables

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • AWS_REGION

Security Notes

Relies on standard AWS SDK credential chain (IAM roles, environment variables) for Lambda authentication. Input payload is passed directly to Lambda functions; the security of the invoked Lambda function is paramount. No hardcoded secrets or obvious malicious patterns found in the gateway's source code. The server can be configured to run over SSE or Stream mode, and the exposed port (default 8080) should be properly secured in deployment.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassLow
Avg Tokens50
Stars1
Forks0
Last Update2026-01-16

Tags

AWS LambdaMCPGatewayGoAPI