Creates a simple MCP tool server with "streaming" HTTP.
Overview
What is Lambda MCP Server?
Lambda MCP Server is a serverless implementation of the Model Context Protocol (MCP) that allows developers to create and deploy cloud-hosted tools using AWS Lambda with minimal setup.
How to use Lambda MCP Server?
To use the Lambda MCP Server, clone the repository, deploy the server using AWS SAM, and create tools using the provided decorator pattern. A sample client is included to demonstrate its functionality.
Key features of Lambda MCP Server?
- Serverless architecture using AWS Lambda
- Built-in session state management for maintaining context
- API key authentication for secure access
- Example tools included for demonstration
Use cases of Lambda MCP Server?
- Building intelligent agents using Amazon Bedrock.
- Creating serverless applications that require context management.
- Developing tools that interact with AWS services like S3 and DynamoDB.
FAQ from Lambda MCP Server?
- What is the Model Context Protocol (MCP)?
MCP is a protocol designed for managing context in serverless applications.
- Is there a client included?
Yes, a TypeScript client that supports Streamable HTTP is included in the repository.
- How do I manage session state?
Session state is automatically managed using DynamoDB, allowing you to maintain context across tool invocations.