mongo-mcp

mongo-mcp

3.6

If you are the rightful owner of mongo-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

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.

find

Query documents with filtering and projection

listCollections

List available collections

insertOne

Insert a single document

updateOne

Update a single document

deleteOne

Delete a single document

createIndex

Create a new index

dropIndex

Remove an index

indexes

List indexes for a collection