README.md
Enables Amazon Bedrock AgentCore to interact with AWS Lambda and REST APIs.
A proof-of-concept implementation that enables Amazon Bedrock AgentCore to interact with AWS Lambda functions and REST APIs through the Model Context Protocol. It provides a gateway for protocol translation and supports direct server implementation using the FastMCP framework.
Environment Variables
AWS_REGIONrequiredThe AWS region for Bedrock and Lambda servicesConfiguration
claude_desktop_config.json
{
"mcpServers": {
"gaab_mcp_poc": {
"command": "python",
"args": ["-m", "gaab_mcp_poc"],
"env": {
"AWS_REGION": "us-east-1"
}
}
}
}Try it
→Connect my Amazon Bedrock Agent to the MCP gateway.
→Use the FastMCP framework to trigger an AWS Lambda function.
→Translate this REST API call through the Bedrock AgentCore protocol.