Mongo URL Parser

JSON →
library 1.0.2 ·javascript maintenance
verified Jun 5, 2026

Parses MongoDB connection strings into structured objects with auth, server, database, and replica set options. Version 1.0.2 is stable but no longer actively maintained; the functionality is provided natively by the mongodb driver's MongoClient constructor. For production use, prefer official MongoDB driver's connection string parsing over this standalone package.