AWS Lambda
Serverless deployment with no idle cost that scales automatically.
The repo ships Dockerfile.aws which bundles the Lambda Web Adapter so no Lambda-specific code is needed.
See the AWS Lambda section in the README for the full walkthrough.
Key differences vs. the other options:
- Set
MCP_STATELESS=true(required for Lambda, skip for all other options). - Use
Dockerfile.aws, notDockerfile. - Lambda Function URL invoke mode must be
RESPONSE_STREAM.
Once deployed, paste your Lambda Function URL into your AI client’s MCP settings. See the Remote MCP quickstart for client-specific instructions.