M
MCP Server Using Aws Lambda
by @recroviral
MCP server using AWS Lambda Function
Created 12/17/2025
Updated about 3 hours ago
README
Repository documentation and setup instructions
mcp-server-using-aws-lambda
MCP server using AWS Lambda Function
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/recroviral/mcp-server-using-aws-lambda
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"recroviral-mcp-server-using-aws-lambda": {
"command": "git",
"args": [
"clone",
"https://github.com/recroviral/mcp-server-using-aws-lambda"
]
}
}
}