Vynr1504/mcp-mongo-server-main
If you are the rightful owner of mcp-mongo-server-main and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The MCP MongoDB Server is a Model Context Protocol server that facilitates interaction between LLMs and MongoDB databases, providing a standardized interface for database operations.
Tools
Functions exposed to the LLM to take actions
query
Execute MongoDB queries with optional execution plan analysis.
aggregate
Run aggregation pipelines for data processing.
count
Count documents matching specified criteria.
update
Modify existing documents in the database.
insert
Add new documents to a collection.
createIndex
Create indexes on collections for optimized queries.
serverInfo
Retrieve MongoDB server details and optional debug information.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client