TeiNam/mongo-mcp-server
If you are the rightful owner of mongo-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.
This is a powerful Model Context Protocol (MCP) server implementation that provides a standardized protocol for seamless interaction with MongoDB databases.
Tools
Functions exposed to the LLM to take actions
listCollections
Retrieve a list of all available collections in the database
find
Query documents in a collection using MongoDB query syntax
insertOne
Insert a single document into a collection
updateOne
Update a single document in a collection
deleteOne
Delete a single document from a collection
indexes
Retrieve a list of all indexes in a collection
createIndex
Create a new index in a collection
dropIndex
Delete an existing index from a collection
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client