Overview
Features
Claude-driven MongoDB operations
Query, aggregation, insert, update, and manage MongoDB collections directly from Claude.
Optional Mongoose schema support
Supports Mongoose schemas to enable data validation and hooks when available via SCHEMA_PATH.
Soft delete
Implements soft delete for safe removal of documents.
Schema-based vs schemaless operations
Keeps schema-based (Mongoose) and schemaless operations separate for clarity and reliability.
MCP query tools
Supports MCP query and data manipulation commands: find, listCollections, insertOne, updateOne, deleteOne (soft delete), count, and aggregate.
Index management tools
Supports MCP index operations: createIndex, dropIndex, and indexes.




