lambda-mcp-server

KelwinHenrique/lambda-mcp-server
★ 2 stars TypeScript ⚙️ DevOps Updated 1mo ago
This project implements an MCP-style JSON-RPC endpoint on AWS Lambda using TypeScript and Node.js, deployed with AWS SAM.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lambda-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "KelwinHenrique/lambda-mcp-server"
      ]
    }
  }
}