You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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](https://modelcontextprotocol.io/specification/2025-03-26/basic/transports#streamable-http) transport introduced in v2025-03-26.
4
+
5
+
Architecture is as simple as it gets:
6
+

7
+
8
+
## Prereqs
9
+
10
+
* AWS CLI
11
+
* Terraform
12
+
13
+
## Instructions
14
+
15
+
Install dependencies:
16
+
```bash
17
+
cd src
18
+
npm install
19
+
cd ..
20
+
```
21
+
22
+
Bootstrap server and set env var with MCP Server endpoint:
0 commit comments