Skip to main content
Mongo2Go package icon

Mongo2Go

Mongo2Go is a managed wrapper around MongoDB binaries. It targets .NET Framework 4.7.2 and .NET Standard 2.1. This Nuget package contains the executables of mongod, mongoimport and mongoexport v4.4.4 for Windows (x64), Linux (x64 and arm64) and macOS (x64). Mongo2Go has two use cases: 1. Providing multiple, temporary and isolated MongoDB databases for integration tests 2. Providing a quick to set up MongoDB database for a local developer environment

Total Downloads
10.7M
10,700,273
Published
Jul 21, 2026
Latest stable version

Install

.NET CLI
dotnet add package Mongo2Go --version 4.2.0
Package Manager Console
Install-Package Mongo2Go -Version 4.2.0
PackageReference
<PackageReference Include="Mongo2Go" Version="4.2.0" />

Frameworks

.NETFramework4.7.2 .NETStandard2.1

Dependencies

[10.0.8, )
MongoDB.Driver
.NETFramework4.7.2
[3.9.0, )
System.Text.Json
.NETFramework4.7.2
[10.0.8, )
MongoDB.Driver
.NETStandard2.1
[3.9.0, )
System.Text.Json
.NETStandard2.1
[10.0.8, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.