smuniharish/smh-mongo-mcp-server
If you are the rightful owner of smh-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.
The SMH MongoDB Server is a Model Context Protocol (MCP) server that facilitates interaction between Large Language Models (LLMs) and MongoDB databases, providing a standardized interface for database operations.
Tools
Functions exposed to the LLM to take actions
query
Execute queries on MongoDB collections.
aggregate
Perform aggregation operations on MongoDB collections.
count
Count documents matching specific criteria.
insert
Insert new documents into MongoDB collections.
update
Update existing documents in MongoDB collections.
createIndex
Create indexes on MongoDB collections.
listCollections
List all collections in the MongoDB database.
serverInfo
Retrieve information about the MongoDB server.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client