Back to directory
nahumoochoa/mcp-remote-lambda

nahumoochoa/mcp-remote-lambda

@NahumOchoa

Efficient proxy that connects desktop LLM clients with Lambda functions using standard HTTP instead of HTTP+SSE, reducing API calls and costs while maintaining high performance.

mcplambdaawsproxyllmbridgeremoteserverlesstool

Installation & Configuration

{
  "mcpServers": {
    "lambda-bridge": {
      "command": "npx",
      "args": [
        "mcp-remote-lambda",
        "https://your-lambda-function.lambda-url.region.on.aws"
      ],
      "env": {
        "HTTP_TIMEOUT": "30000",
        "SERVER_NAME": "Lambda-MCP-Bridge",
        "SERVER_VERSION": "1.0.0",
        "SERVER_DESCRIPTION": "Bridge service that connects AWS Lambda to MCP-compatible LLMs"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15