Mongo
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.
주요 기능
- Enables natural language querying of MongoDB
- Includes Server-Sent Events (SSE) support for real-time updates.
- Supports CRUD operations (Create, Read, Update, Delete)
- Configurable via YAML file
- Facilitates querying of collections, documents, and indexes.
- 1 GitHub stars
사용 사례
- Integrating MongoDB data access into LLM-powered applications.
- Building conversational AI agents that can interact with MongoDB.
- Creating natural language interfaces for database management.