Browse collections, inspect documents, and manage data in any MongoDB database. Built-in JSON editor, BSON-aware, zero framework dependencies.
Everything you need to manage MongoDB from a single file
Browse collections
Navigate all collections and databases in any MongoDB instance. Fast, paginated document listing.
Document editor
Insert and edit documents with a built-in JSON editor. Full nested object and array support.
BSON-aware
Native rendering of ObjectId, Date, Binary, and other BSON types — no raw hex blobs.
Per-collection rules
Customize labels, readonly fields, and hidden fields per collection via config.php.
CSRF protection
All write operations are protected by token-based CSRF validation.
Extension required
Requires the MongoDB PHP extension (ext-mongodb). No Composer, no other dependencies.