simple-mcp-server-on-lambda
If you are the rightful owner of simple-mcp-server-on-lambda 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 simple MCP Server running natively on AWS Lambda and Amazon API Gateway.
This deprecated MCP Server prototype operates natively on AWS Lambda and Amazon API Gateway, eliminating the need for additional bridging components or custom transports. It leverages the Streamable HTTP transport introduced in the MCP specification v2025-03-26. The architecture is straightforward, designed to demonstrate the potential of running an MCP Server in a serverless environment. The setup requires AWS CLI and Terraform for deployment, and the server can be bootstrapped and run with minimal configuration. The server is capable of listing available tools and executing them, as demonstrated by the 'ping' tool example.
Features
- Serverless Architecture: Utilizes AWS Lambda and Amazon API Gateway for a simple, scalable deployment.
- Streamable HTTP Transport: Implements the latest MCP transport protocol for efficient communication.
- Easy Setup: Requires minimal configuration with AWS CLI and Terraform.
- Tool Execution: Capable of listing and executing tools, demonstrated with a 'ping' tool.
- Prototype Design: Serves as a proof of concept for running MCP Servers in a serverless environment.
Tools
ping
A simple tool that responds with 'pong'.