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.
Query documents with filtering and projection.
List available collections in the database.
Insert a single document into a collection.
Update a single document in a collection.
Delete a single document from a collection.
Create a new index on a specified collection.
Remove an existing index from a collection.
List indexes for a specified collection.
No reviews yet. Be the first to review!
Sign in to join the conversation
Start the server with node to access it via any client or IDE.
node path/to/downloaded/file.mjs