A Hono wrapper for building an MCP (Model Context Protocol) Server that runs on AWS Lambda functions.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aws-lambda-mcp-serve": {
"command": "npx",
"args": [
"-y",
"poad/aws-lambda-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aws-lambda-mcp-serve npx -y poad/aws-lambda-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aws-lambda-mcp-serve": {
"command": "npx",
"args": [
"-y",
"poad/aws-lambda-mcp-server"
]
}
}
}