Mongrel

Mongrel lets database professionals, developers, and platform operators connect, query, inspect, visualize, administer, automate, and troubleshoot from one desktop app for Windows 11, macOS, and Linux.

MySQLShellResults
MySQL style
SELECT region, SUM(amount) AS total
FROM orders
WHERE status = 'open'
GROUP BY region;
Mongo shell
db.orders.aggregate([
  { $match: { status: "open" } },
  { $group: { _id: "$region", total: { $sum: "$amount" } } }
])
MongoDB: MySQL-style query compiler plus native Mongo shell

All your databases in one workspace

MongoDB, MySQL/MariaDB, PostgreSQL, and SQLite sit behind a unified connection model with query tabs, database tools, schema views, explain output, dashboards, and backup workflows.

MongoDB MySQL/MariaDB PostgreSQL SQLite

Terminal-first operations

The integrated terminal handles SSH, Telnet, serial, and local shells with xterm.js rendering, jump hosts, port forwarding, logging, recording, triggers, and multi-session broadcast controls.

SSH Serial Session logging Command palette

Containers and Kubernetes beside your data

Work across Docker, Podman, and Kubernetes through dedicated GUI workspaces for containers, images, volumes, networks, pods, workloads, services, RBAC, CRDs, Helm, YAML, exec terminals, and port-forwarding.

Docker Podman Kubernetes Helm

Built for serious workflows

Connection Sync, workspaces, tab groups, session restore, visual query builders, schema sync, data sync, ER diagrams, explain plans, index advice, and safety-gated writes keep complex work organized.

Connection Sync Windows 11 macOS Linux Schema tools Dashboards Write safety