Procedure

Install MongoDB Community Edition

Install MongoDB Community via the official package/docs for your OS, start mongod, then verify with mongod --version or mongosh --version.

  1. Install MongoDB Community per https://www.mongodb.com/docs/manual/instal

    Install MongoDB Community per https://www.mongodb.com/docs/manual/installation/ . macOS: brew tap mongodb/brew && brew install mongodb-community . Windows: download the MSI from the MongoDB Download Center and run the wizard (optionally as a Windows service). Linux: follow the distro tutorial (Ubuntu/Debian mongodb-org apt repo, RHEL yum/dnf) for your OS version.

  2. Start the server (e.g. brew services start mongodb-community , systemctl

    Start the server (e.g. brew services start mongodb-community , systemctl start mongod , or the Windows MongoDB service). Open a new terminal if PATH changed.

  3. mongod --version 2>/dev/null || mongosh --version

    mongod --version 2>/dev/null || mongosh --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YZSCJ39ER9CF57A35J4SR

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.