cdk-lambda-mpc

v-kiryakov/cdk-lambda-mpc

3.1

If you are the rightful owner of cdk-lambda-mpc 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.

This repository is part of a tutorial for setting up an MCP Server on AWS Lambda with OAuth 2.0 authentication.

MCP Server on AWS Lambda and OAuth 2.0

This repository is part of tutorial for MCP Server in AWS Lambda and Auth 2.0.

Usage

# Create virtual environment and activate it
uv venv
source .venv/bin/activate

# Install dependencies
uv sync

# run locally
make run-local

Repository structure