middy-mcp

fredericbarthelet/middy-mcp
★ 38 stars TypeScript ⚙️ DevOps Updated 5mo ago
Middy middleware for Model Context Protocol server hosting on AWS Lambda
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": {
    "middy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fredericbarthelet/middy-mcp"
      ]
    }
  }
}