sample-serverless-mcp-server
If you are the rightful owner of sample-serverless-mcp-server 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.
A Github MCP Server implementation based on Amazon Lambda and Streamable HTTP protocol.
The sample-serverless-mcp-server project is a demonstration of transforming the official TypeScript MCP Server to support Streamable HTTP protocol and deploying it via Amazon Lambda. This implementation leverages new features introduced in MCP v2025.03.26, such as stream transmission based on HTTP Chunked Transfer Encoding, dynamic context priority control, and seamless integration with existing HTTP infrastructure. The project is designed to provide an elastic deployment model using Amazon Lambda, optimizing cost-performance balance while supporting the Streamable HTTP MCP protocol. The architecture includes API Gateway for handling HTTP requests, Lambda for executing MCP Server logic, and plans to use DynamoDB and S3 for storing request logs. The project is under active development, and contributions are welcome.
Features
- Streamable HTTP MCP protocol support
- Elastic deployment based on Amazon Lambda
- Optimized cost-performance balance