Skip to content

linkcd/mcp-on-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Streamable MCP Demo on AWS Lambda with IAM Protected Lambda URL

This repo is mainly based on the article https://community.aws/content/2vzj07Wyk6Lw281Tvs1Lw7kJJNW/building-scalable-mcp-servers-on-aws-lambda-a-practical-guide with following improvement:

  1. The SAM deployment provisions the Lambda function URL that is protected by AWS IAM.
  2. The MCP client can use the new AWSIAMTransport class to call the protected Lambda function URL. This class extends the default MCP typescript StreamableHTTPClientTransport by automatically sign the HTTP request with AWS Signature Version 4 for API requests. (by default use the local AWS credential, but you can use any AWS credential/role)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors