Wingetlywingetly
← All apps

MongoDB

by MongoDB Inc.v8.3.7

Last updated

MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.

Install with winget

$ winget install --id MongoDB.Server --exact --version 8.3.7

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for MongoDB

MongoDB uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x64, machine scope)
msiexec.exe /i mongodb-windows-x86_64-8.3.7-signed.msi /quiet /norestart ADDLOCAL=ServerService REBOOT=ReallySuppress

See the full silent install reference for MongoDB

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v8.3.7

ArchitectureTypeScopeInstallDownload
x64MSI
WiX
machineDirect

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for MongoDB.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • MongoDB ShellMongoDB Inc.
    MongoDB.Shellv2.9.2

    The mongo shell is an interactive JavaScript interface to MongoDB.

  • MongoDB ToolsMongoDB Inc.
    MongoDB.DatabaseToolsv100.18.0

    The MongoDB Database Tools are a collection of command-line utilities for working with a MongoDB deployment.

  • PostgreSQL 10PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.10v10

    The World's Most Advanced Open Source Relational Database

  • PostgreSQL 17PostgreSQL Global Development Group
    PostgreSQL.PostgreSQL.17v17.11-3

    The World's Most Advanced Open Source Relational Database

  • DBXt8y2
    t8y2.DBXv0.6.10

    15MB,lightweight, cross-platform database client. Supports MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server and more.

  • S
    SSMS Tools PackMladen Prajdic
    MladenPrajdic.SSMSToolsPackv7.2.1.0

    A Microsoft SQL Server Management Studio (SSMS) add-in extension that dramatically increases your productivity with well-integrated, easy to use features.

More from MongoDB Inc. or browse database, mongo, server.

Frequently asked questions

How do I install MongoDB on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id MongoDB.Server --exact --version 8.3.7. winget downloads the installer from MongoDB Inc. and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install MongoDB silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id MongoDB.Server --exact 8.3.7 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for MongoDB?
MongoDB uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i mongodb-windows-x86_64-8.3.7-signed.msi /quiet /norestart ADDLOCAL=ServerService REBOOT=ReallySuppress. The silent switches are /quiet /norestart.
How do I uninstall MongoDB via winget?
Run: winget uninstall --id MongoDB.Server --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from MongoDB's Apps & Features entry.
Is MongoDB free?
MongoDB is distributed under Server Side Public License (SSPL). Refer to the publisher (https://www.mongodb.com/try/download/community) for the full license terms - Wingetly itself does not charge for installation.
Does MongoDB work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls MongoDB directly from the publisher.
How do I keep MongoDB up to date?
Run winget upgrade --id MongoDB.Server --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of MongoDB from microsoft/winget-pkgs.

Recent versions

  • 8.3.7latest
  • 8.3.4
  • 8.3.3
  • 8.3.2
  • 8.3.1
  • 8.2.7
  • 8.2.6
  • 8.2.5
  • 8.2.4
  • 8.2.3