Lambda
Createdmikegc-aws
Simplifies the creation of serverless Model Context Protocol (MCP) tools using AWS Lambda and Streamable HTTP.
About
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
- TypeScript HTTP client for demonstration and integration
- Decorator-based tool creation for simplified development
- 34 GitHub stars
- Bearer token authentication for secure endpoints
- Built-in session state management using DynamoDB
- Streamable HTTP support for efficient communication
Use Cases
- Creating serverless MCP tools with minimal boilerplate
- Maintaining stateful information across tool invocations
- Building intelligent agents with Amazon Bedrock