Mongo
Createdkiliczsh
Enables Large Language Models (LLMs) to interact with MongoDB databases for schema inspection and operation execution.
About
Mongo allows Large Language Models to seamlessly interact with MongoDB databases. By providing a Model Context Protocol (MCP) server, it grants LLMs the capability to inspect collection schemas and execute a variety of MongoDB operations. The server supports read-only mode for enhanced safety and offers tools for querying, aggregation, updates, server information retrieval, insertions, index creation, and document counting. Prompts are also included to analyze collection structure and content, ensuring a comprehensive database interaction experience for LLMs.
Key Features
- Offers tools for querying, aggregation, updating, and other essential MongoDB operations.
- Allows listing and accessing collections via mongodb:// URIs
- Provides read-only mode to prevent accidental writes and ensure data protection.
- Connects to MongoDB databases allowing LLMs to execute operations.
- Includes prompts for analyzing collection structure and contents.
- 62 GitHub stars
Use Cases
- Automating database operations through LLM commands.
- Integrating MongoDB data access into LLM-powered applications.
- Enabling LLMs to analyze and understand MongoDB schemas and data.