소개
Provides a Model Context Protocol (MCP) server that allows LLMs to seamlessly query collections, inspect schemas, and manage data within MongoDB databases using natural language. It offers tools for querying documents, managing indexes, and performing document operations such as inserting, updating, and deleting.
주요 기능
- Index management
- Collection schema inspection
- Document operations (insert, update, delete)
- Document querying and filtering
사용 사례
- Allowing LLMs to manage indexes within a MongoDB database.
- Providing LLMs with the ability to perform CRUD operations on MongoDB documents.
- Enabling LLMs to retrieve specific data from a MongoDB database based on natural language queries.