A web-based GUI for managing MongoDB databases, version 0.0.21. Provides a browser interface to connect to local/remote MongoDB instances, perform CRUD operations on databases and collections, query documents with advanced pagination, import/export CSV/JSON files, and support natural language queries via OpenAI. Release cadence is irregular; no major updates since early 2022. Differentiates from alternatives like Mongo-Express or Studio 3T by offering a lightweight, quickly installable tool with built-in AI querying (requires OpenAI API key). Supports authentication via .env file and Docker deployment.
npm install mongo-guiNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Install mongo-gui globally and start it from the command line with optional connection string and port.
Set OPENAI_API_KEY environment variable before starting mongo-gui.
Enable authentication by creating a .env file with USERNAME and PASSWORD values.
Use -p flag to set a custom port, e.g., mongo-gui -p 8080.
Install globally with `npm install -g mongo-gui` or use npx: `npx mongo-gui`.
Start MongoDB service or provide a different MongoDB URL via -u flag.
Verify the connection string format and ensure MongoDB is accessible from your network.
No dependency data recorded yet.