Mongo
JSON →A Model Context Protocol (MCP) server that enables LLMs to interact directly with MongoDB databases
Install
npx -y @smithery/cli Tools · 8
- find Query documents with filtering and projection
- 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
Links
★ 172 GitHub stars