Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Simple Mcp Server On Lambda

FreeNot checked

Simple Mcp Server On Lambda — Model Context Protocol server

GitHubEmbed

About

Simple Mcp Server On Lambda — Model Context Protocol server

README

Use this repo instead - https://github.com/aws-samples/sample-serverless-mcp-servers

DEPRECATED


A simple MCP Server running natively on AWS Lambda and Amazon API Gateway without any extra bridging components or custom transports. This is now possible thanks to the Streamable HTTP transport introduced in v2025-03-26. This is merely a prototype.

Architecture is as simple as it gets:

Prereqs

  • AWS CLI
  • Terraform

Instructions

Install dependencies:

cd src
npm install
cd ..

Bootstrap server and set env var with MCP Server endpoint:

cd terraform
terraform init
terraform plan
terraform apply
export SIMPLE_MCP_SERVER_ENDPOINT=$(terraform output --raw endpoint_url) 
cd ..

Note: It might take a few seconds for API Gateway endpoint to become operational.

Run client:

node src/client.js

Observe the response:

> node client.js
> listTools response:  { tools: [ { name: 'ping', inputSchema: [Object] } ] }
> callTool:ping response:  { content: [ { type: 'text', text: 'pong' } ] }

Learn about mcp

Intro

Protocol specification

from github.com/aal80/simple-mcp-server-on-lambda

Installing Simple Mcp Server On Lambda

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/aal80/simple-mcp-server-on-lambda

FAQ

Is Simple Mcp Server On Lambda MCP free?

Yes, Simple Mcp Server On Lambda MCP is free — one-click install via Unyly at no cost.

Does Simple Mcp Server On Lambda need an API key?

No, Simple Mcp Server On Lambda runs without API keys or environment variables.

Is Simple Mcp Server On Lambda hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Simple Mcp Server On Lambda in Claude Desktop, Claude Code or Cursor?

Open Simple Mcp Server On Lambda on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Simple Mcp Server On Lambda with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs