Connects Large Language Models to MongoDB databases for CRUD operations using natural language.
Acts as a bridge between Large Language Models (LLMs) and MongoDB, enabling users to interact with their databases using natural language queries. It leverages the Model Context Protocol (MCP) to facilitate communication, allowing for CRUD operations such as querying collections, documents, and indexes. The server supports Server-Sent Events (SSE) for real-time updates and provides a configurable interface via a YAML file to manage MongoDB connection details and server settings.