A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases. Query collections, inspect schemas, and manage data seamlessly through natural language.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
Query documents with filtering and projection.
List available collections in the database.
Insert a single document into a specified collection.
Update a single document in a specified collection.
Delete a single document from a specified collection.
Create a new index on a specified collection.
Remove an index from a specified collection.
List all indexes for a specified collection.