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