aws-bedrock-mcp-lambda
If you are the rightful owner of aws-bedrock-mcp-lambda and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This project demonstrates how to create an MCP client and server hosted in an AWS Lambda accessed via API Gateway that interacts with AWS Bedrock as the model.
mcp_handler.py
Lambda handler entry point
mcp_client.py
MCP client interacting with MCP server and Bedrock
mcp_server.py
MCP server containing all exposed tools
test_mcp_handler.py
Local test script for handler