ScyllaDesk
ScyllaDB and Apache Cassandra
Abdohoo.App Developer tools MongoDesk
For MongoDB 4.4 and newer, including Atlas
Browse and edit documents, write mongosh-style scripts with collection-aware completion, manage collections, indexes, views and users, watch live server metrics, take logical backups, and diagram the references between collections — all from one window.
What it does
Every item here is in the product today. Panels that cannot read their data say so rather than failing, so a user with narrow roles still gets a working app.
Trial and licence
MongoDesk runs fully featured for fourteen days from first launch. After that it keeps reading — browsing, queries, metrics, analysis and export — and only writing needs a licence key.
Someone diagnosing a production incident is never locked out of looking at their own data by a lapsed key. That is a deliberate choice, not an oversight.
A key is an Ed25519-signed statement verified locally against a public key compiled into the binary. Nothing contacts a server, which matters because database tooling is routinely run on machines with no route to the internet. Perpetual keys carry a maintenance window, so a key keeps working forever on the versions it covers.
Pricing is not set yet — ask and we will tell you the moment it is.
Connection secrets go to the OS keychain — Keychain on macOS, Credential Manager on Windows, Secret Service on Linux — not to a config file in your home directory. Passwords go straight to the server: never logged, never echoed back, and masked in every statement preview.
There is no analytics call, no crash reporter phoning home and no sign-in. The app works the same on an air-gapped jump box as it does on your laptop, and the licence check is part of why — it is arithmetic, not a request.
Destructive actions take typed confirmation, and every write shows the exact command before it runs. A connection can be marked read-only, and that switch is enforced in the main process at the same place the licence gate lives — so a caller that respects one cannot slip past the other.
Some panels need privileges — serverStatus and currentOp want clusterMonitor, the advisor wants $indexStats. A panel that cannot read its data says so rather than failing, and users who cannot run listDatabases are shown the databases their roles cover, with the tree saying as much.
Needs a reachable MongoDB 4.4 or newer: standalone, replica set, sharded cluster or Atlas. Standard hosts or mongodb+srv seed lists, SCRAM or X.509, TLS with CA bundles and client certificates.
The other two
ScyllaDB and Apache Cassandra
Redis, Valkey, KeyDB and friends