mcp-server-starter

readonlychild/mcp-server-starter

3.1

If you are the rightful owner of mcp-server-starter and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Model Context Protocol (MCP) Server is designed to facilitate communication and data exchange between different components of a distributed system, leveraging AWS Lambda for scalable and efficient deployment.

MCP Server Starter - Lambda Edition

Run an MCP Server in AWS Lambda.

Deploy

A github action exists, which will deploy to an existing lambda function.

The function must be named:

  • mcp-server-stage1
  • mcp-server-stage2
  • mcp-server-live

The action needs two repo-level secrets:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

First deploy: change the Runtime settings Handler to mcp-server.handler

Extending