Command Palette

Search for a command to run...

position in category
#9

Web-based admin interface for MongoDB and compatible services. Browse databases and collections, run CRUD operations on documents, and manage data through a browser without installing MongoDB Compass or using the shell.

mongo-express works with MongoDB, FerretDB, and Amazon DocumentDB. It runs as a standalone app, Docker container, or Express middleware, fitting into local development and Docker Compose setups with minimal configuration. The interface supports BSON types, nested documents, and on-demand loading for large documents.

Key capabilities:

  • Full CRUD for databases, collections, and documents with collapsible views for nested objects
  • GridFS support for uploading and managing large files
  • Basic auth and OpenID Connect for access control
  • Deploy via npm global, Docker image, or embedded as Express middleware
  • Replica set and TLS support, database blacklist or whitelist

Developers use it for inspecting and editing documents during local development, debugging document structure, and managing MongoDB in Docker-based workflows. It is intended for private development use, not as a production-facing admin tool.

GitHub Repositories
14
-12.5%
Trending down this week
Removed in 2 repos