tanjirantu/mcp-mongodb
If you are the rightful owner of mcp-mongodb 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 server that provides read access to MongoDB databases. This server enables LLMs to interact with MongoDB collections and execute read queries.
Tools
Functions exposed to the LLM to take actions
find
Query documents in a MongoDB collection
findOne
Find a single document in a collection
aggregate
Execute an aggregation pipeline
listCollections
List all collections in the database
getCollectionInfo
Get information about a specific collection
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client