the-sukhsingh/mcpmongo
If you are the rightful owner of mcpmongo 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.
This project demonstrates the integration of MongoDB with the Model Context Protocol (MCP) to provide AI assistants with database interaction capabilities.
Tools
Functions exposed to the LLM to take actions
findDocuments
Query documents in a collection.
insertOneDocument
Insert a document.
updateOneDocument
Update a single document.
deleteOneDocument
Delete a document.
aggregateDocuments
Run aggregation pipelines.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client