mongo-mcp-go
If you are the rightful owner of mongo-mcp-go 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 (MCP) server that enables LLMs to connect MongoDB using mcp-go.
find
Query documents with filtering and projection
Count
Count documents in a collection
listCollections
List available collections
insertOne
Insert a single document
updateOne
Update a single document
deleteOne
Delete a single document
createIndex
Create a new index
dropIndex
Remove an index
indexes
List indexes for a collection