Middy Mcp Adapter
Freeby MCP Community
Middleware to adapt mcp server interface to aws lambda
v0.1.3Added Apr 12, 2026
MiddyLambdaMiddlewareServerlessNode.js
Middy Mcp Adapter MCP Server
Middleware to adapt mcp server interface to aws lambda
Installation
Reviews
Installation
Quick install
npx -y middy-mcp-adapter
Add to claude_desktop_config.json
{
"mcpServers": {
"middy-mcp-adapter": {
"command": "npx",
"args": ["-y", "middy-mcp-adapter"]
}
}
}