MongoDB Mongoose MCP
JSON →An MCP server for MongoDB with optional Mongoose schema support.
Install
npx @modelcontextprotocol/inspector Tools · 10
- find Query documents with filtering and projection
- listCollections List available collections
- insertOne Insert a single document
- updateOne Update a single document
- deleteOne Soft delete a single document
- count Count documents with filtering
- aggregate Query documents with aggregation pipeline
- createIndex Create a new index
- dropIndex Remove an index
- indexes List indexes for a collection
Links
★ 3 GitHub stars