Back to directory
mongo-mongoose-mcp

mongo-mongoose-mcp

@nabid-pf3

An MCP server for interacting with MongoDB databases with optional Mongoose schema support

mongodbmongoosedatabaseclaude

Installation & Configuration

{
  "mcpServers": {
    "mongodb-mongoose": {
      "command": "npx",
      "args": [
        "-y",
        "mongo-mongoose-mcp"
      ],
      "env": {
        "MONGODB_URI": "<your mongodb uri>",
        "SCHEMA_PATH": "<path to the root folder of all your mongoose schema objects>"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/4/5
Updated
2026/6/8