Loading languages...
MO

mongo-mongoose-mcp

@nabid-pf

An MCP (Model Context Protocol) server that enables Claude to interact with MongoDB databases, with optional Mongoose schema support.

mongodb
mongoose
database
claude

# mcpServer Config

{
  "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>"
      }
    }
  }
}

# stdio

npx -y mongo-mongoose-mcp
Transport:
stdio
Язык:
TypeScript
Создано:4/5/2025
Обновлено:6/17/2025
Домашняя страница:
https://github.com/nabid-pf/mongo-mongoose-mcp