Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@modelfetch/aws-lambda

npm version npm license docs

Deploy MCP servers to AWS Lambda.

Installation

npm install @modelfetch/aws-lambda

Usage

import handle from "@modelfetch/aws-lambda";
import server from "./server"; // Import your McpServer

// Export as an AWS Lambda streaming handler
export const handler: AWSLambda.LambdaFunctionURLHandler = handle(server);

API Reference

handle(server)

Creates an AWS Lambda streaming handler from an McpServer instance