aws-mcp-lambda-server
Verified Safeby poad
Overview
Implement and deploy a Model Context Protocol (MCP) server on AWS Lambda for AI agent tool integration, with a Next.js client example.
Installation
cd platform && tsx lambda/mcp-server/server.tsEnvironment Variables
- MODEL_ID
- LANGFUSE_PUBLIC_KEY
- LANGFUSE_SECRET_KEY
- LANGFUSE_HOST
- MCP_SERVER_ENDPOINT_URL
- PORT
Security Notes
The server uses AWS Cognito for OAuth 2.0 authentication and relies on environment variables for sensitive configurations, as explicitly stated in the `AGENTS.md` to prevent hardcoded secrets. External API calls are made to legitimate weather services. CORS is set to allow all origins in API Gateway, which is acceptable for an authenticated API, but needs to be paired with strong authentication/authorization.
Similar Servers
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.
aws-sa-tools-mcp-server
A Model Context Protocol (MCP) server that provides tools to interact with AWS services and an optional vector store for document search, primarily designed for integration with Claude Desktop.
node-red-mcp
Integrates AI agents with Node-RED for real-time flow management, monitoring, and dynamic automation.
mcp_server
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.