MCP Servers / database / MongoDB Mongoose MCP

MongoDB Mongoose MCP

JSON →
none3database

An MCP server for MongoDB with optional Mongoose schema support.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: mongodb-mongoose-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
MongoDB Mongoose MCP — MCP Server · libregistry