This project automates the creation of a Model Context Protocol (MCP) server directly from any supplied OpenAPI specification. It effectively converts every HTTP endpoint defined within your `openapi.yaml` into a callable MCP tool, making it possible for Large Language Models (LLMs), such as those powering AnythingLLM, to understand, invoke, and control your existing RESTful systems. This streamlines the integration of AI agents with backend services, allowing LLMs to interact with applications through a structured and programmatic interface.