Lambda provides a developer-friendly way to build and deploy serverless MCP tools using AWS Lambda. It includes features like session state management using DynamoDB, bearer token authentication, and a TypeScript HTTP client demonstrating integration with Amazon Bedrock. The framework simplifies tool creation with decorator-based syntax, automated type validation, request parsing, response formatting, error handling, and documentation generation, making it easy to build cloud-hosted MCP tools.
Key Features
01TypeScript HTTP client for demonstration and integration
02Decorator-based tool creation for simplified development
0334 GitHub stars
04Bearer token authentication for secure endpoints
05Built-in session state management using DynamoDB
06Streamable HTTP support for efficient communication