Shyamkadiwar/MongoDB-MCP-Server
If you are the rightful owner of MongoDB-MCP-Server 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 provides MongoDB database operations through a standardized interface.
Tools
Functions exposed to the LLM to take actions
find_documents
Find documents in a MongoDB collection with optional filtering, sorting, and limiting.
count_documents
Count documents in a collection with optional filtering.
insert_document
Insert a single document into a collection.
update_documents
Update multiple documents in a collection.
delete_documents
Delete multiple documents from a collection.
aggregate
Run aggregation pipeline on a collection.
list_collections
List all collections in the database.
get_collection_stats
Get statistics for a specific collection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client