MCP2Lambda

Python

Run any AWS Lambda function as a Large Language Model (LLM) tool without code changes using Anthropic's Model Control Protocol (MCP).

Function Calling
Protocol Implementations
AI Model Integration

Architecture and Design Patterns

The architecture revolves around an MCP server acting as an intermediary between LLMs and AWS Lambda functions. It enables models to invoke Lambda functions as tools, providing access to AWS services, private networks, and the internet. Two operational modes, pre-discovery and generic, determine how Lambda functions are exposed as tools. This promotes segregation of duties by isolating model access.

About

Language

Python

Stars

41

Categories

Function CallingProtocol ImplementationsAI Model Integration