MongoDB
JSON →Interact with MongoDB databases using natural language. Query collections, inspect schemas, and manage data.
Install
npx -y @smithery/cli Tools · 8
- listCollections Lists available collections in the database
- find Queries documents with filtering and projection
- insertOne Inserts a single document into a collection
- updateOne Updates a single document in a collection
- deleteOne Deletes a single document from a collection
- createIndex Creates a new index on a collection
- dropIndex Removes an index from a collection
- indexes Lists indexes for a collection
Links
★ 15 GitHub stars