MCP ExplorerExplorer

Sample Serverless Mcp Server

@aws-sampleson 9 months ago
11 MIT-0
FreeCommunity
AI Systems
A serverless MCP Server on Amazon Lambda supporting Streamable HTTP protocol.

Overview

What is Sample Serverless Mcp Server

sample-serverless-mcp-server is a GitHub implementation of an MCP Server that utilizes Amazon Lambda and supports the Streamable HTTP protocol. It showcases the transformation of the official TypeScript MCP Server to accommodate new features introduced in MCP v2025.03.26.

Use cases

Use cases include streaming data to clients in real-time, integrating with existing HTTP infrastructure, and deploying serverless applications that require dynamic context management.

How to use

To use sample-serverless-mcp-server, clone the repository, install dependencies, set up your GitHub personal access token in the serverless.yml file, and then deploy it to AWS Lambda using the provided commands.

Key features

Key features include support for Streamable HTTP MCP protocol, elastic deployment on Amazon Lambda, and an optimized cost-performance balance.

Where to use

sample-serverless-mcp-server can be used in various fields such as web services, real-time data streaming applications, and any scenario requiring efficient HTTP-based communication.

Content

sample-serverless-mcp-server

A Github MCP Server implementation based on Amazon Lambda and Streamable HTTP protocol.

Project Description

This project demonstrates how to transform the official TypeScript MCP Server to support Streamable HTTP protocol and deploy it via Amazon Lambda. The implementation leverages new features introduced in MCP v2025.03.26, including:

  • Stream transmission based on HTTP Chunked Transfer Encoding

  • Dynamic context priority control

  • Seamless integration with existing HTTP infrastructure

Key Features

  • Streamable HTTP MCP protocol support

  • Elastic deployment based on Amazon Lambda

  • Optimized cost-performance balance

MCP Server on Amazon Lambda Architecture

Architecture

Quick Start

Prerequisites

  • Node.js 20+
  • AWS CLI configured
  • OSS-Serverless CLI

Serverless Streamable HTTP MCP Server

  • Github MCP Server

How to deploy Github MCP Server on Amazon Lambda :

This project needs to set up a GITHUB_PERSONAL_ACCESS_TOKEN, which has been stored in Amazon Lambda environment variables.

Never submit your serverless.yml to a GitHub public repository.

# Clone repository
git clone https://gitlab.aws.dev/wsuam/sample-serverless-mcp-server.git
cd sample-serverless-mcp-server/src/github/

# Install dependencies
npm install
npm install -g osls

#Set your github personal access token in serverless.yml 
cp serverless.example.yml serverless.yml
#edit serverless.yml , GITHUB_PERSONAL_ACCESS_TOKEN: <Your GitHub Personal Access Token>


# Test local
npm sls offline

# Deploy to AWS Lambda
npm sls deploy

Architecture Overview

The project utilizes the following architecture:

  • API Gateway: Handles HTTP requests

  • Lambda: Executes MCP Server logic

  • Streamable HTTP: Implements streaming responses

  • DynamoDB and S3 store request logs (this part is not ready yet).

Development Guide

  1. Configure AWS credentials
  2. Run npm sls offline
  3. Follow the prompts to complete deployment configuration

Contributing

Pull requests are welcome. Before submitting, please ensure:

  • Code follows project standards
  • All tests pass
  • Documentation is updated

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Project Status

Project is under active development. Issues and suggestions are welcome.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers