Every connection mode
Standalone, replica set, or raw connection string. TLS with system CA, custom CA, or client certificate; SSH tunnel; SOCKS5 proxy. A staged Test Connection reports each real phase: parse → DNS → connect → ping.
MQLens is a full-power MongoDB GUI — every auth mode, TLS/SSH/proxy,
aggregation pipelines with explain plans, bulk edit, schema analysis, GridFS,
an embedded mongosh, and an AI query assistant — in a tiny native
app (Tauri/Rust, not Electron). Credentials stay encrypted on your machine.
Apache-2.0, $0.
{
_id: ObjectId("66f1a2c4e9b…"),
status: "shipped",
total: 248.50,
paid: true,
items: [ 3 ],
shippedAt: ISODate("2026-05-31")
} All builds are GPG-signed; macOS bundles are Apple-notarized. See verifying downloads. Browse all releases →
One cross-platform desktop app — no Atlas account required, no cloud round-trip for your data.
Standalone, replica set, or raw connection string. TLS with system CA, custom CA, or client certificate; SSH tunnel; SOCKS5 proxy. A staged Test Connection reports each real phase: parse → DNS → connect → ping.
SCRAM-SHA-1/256, X.509, MONGODB-AWS (IAM with session token), GSSAPI/Kerberos, and LDAP (PLAIN) — with the correct $external plumbing.
find with filter, sort, projection, skip, limit and pagination. A visual query builder, full aggregation pipelines, and explain plans for both find and aggregate rendered as a visual plan tree.
View, insert, edit, and delete documents. Run update-many / delete-many by filter with a counted, guarded confirmation so you never touch more than you meant to.
Create, inspect, and drop indexes with real key patterns and unique/sparse flags. Create, drop, and rename collections and databases, and build aggregation-backed views.
Sample a collection and see per-field types and presence/coverage — including nested paths — to understand what your data actually looks like.
Browse files in a GridFS bucket and download them to disk. Import and export JSON and CSV, including full-collection background exports.
A real shell backed by an actual mongosh binary, right inside the app — for the moments a GUI cannot reach.
Natural language → MQL, with your choice of provider (Anthropic, OpenAI, Gemini, or local agent CLIs). The API key stays in the backend, out of the frontend.
# Verify any download against its signature
gpg --import KEYS
gpg --verify MQLens_0.1.0_amd64.deb.asc \
MQLens_0.1.0_amd64.deb