Search for a command to run...
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:
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.