AIAny
AI Client2026
Icon for item

dbx

Lightweight cross-platform database client that exposes configured database connections to AI coding agents via an MCP server and includes a built-in AI SQL assistant. Ships as a single ~15MB binary, supports 60+ databases, and runs on desktop or Docker.

Introduction

Most database tools either bundle heavy runtimes or offer no first-class way for AI assistants to access live connections. dbx takes the opposite approach: a tiny (~15MB) single-binary client that both manages 60+ database types and exposes those connections to AI coding agents through a Model Context Protocol (MCP) server, letting agents list connections, inspect schemas, and run SQL safely.

What Sets It Apart
  • MCP-first integration: ships with an MCP server so Claude Code, Cursor, Windsurf and other MCP-compatible agents can query your configured databases without reconfiguring credentials per tool — one config, multiple agents.
  • Built-in AI SQL assistant: describe what you want in plain language and get SQL back; includes safety checks that review AI-generated queries before execution so you can avoid accidental destructive operations.
  • Minimal runtime footprint: single ~15MB binary with no Java/Python/Chromium dependencies, runnable on macOS/Windows/Linux and as a Docker web/self-hosted service — useful for constrained environments and offline use.
  • Broad engine support: native drivers and agent/JDBC profiles cover 60+ engines (MySQL, PostgreSQL, SQLite, Redis, MongoDB, DuckDB, ClickHouse, SQL Server, etc.), making it a unified entry point for mixed-database stacks.
Who It's For and Trade-offs

Great fit if you need a compact, self-hosted database client that integrates directly with AI coding assistants and supports many engines out of the box. It's especially useful for developers who want to let LLM-based tools browse schema and generate SQL against real connections without copy-paste or manual exports.

Look elsewhere if you require deep enterprise DBA tooling (advanced data masking, enterprise SSO integrations, or very large-scale schema management features) or a GUI that depends on richer embedded runtimes — dbx favors minimal dependencies and a small footprint over bundling an extensive plugin ecosystem.

Information

  • Websitegithub.com
  • Organizationst8y2
  • Authorst8y2, zipg, Illuminated2020, github-actions[bot], Abeautifulsnow, eryajf, SuLea-IT, rarnu, serenez, yavon007
  • Published date2026/04/29

More Items

GitHub

Provides a unified integration layer that lets AI agents call and manage third‑party service APIs while keeping credentials and approval workflows out of the agent's reach. Offers plugin-based integrations, per-tenant envelope encryption (KEK), configurable permission modes, and an optional Hub to host OAuth/webhook surfaces.

GitHub
AI Agent2026

Provides a local-first desktop workspace that runs and coordinates AI agents across your files, browser, and third-party tools with a shared, editable memory. Offers built-in models or bring-your-own-keys, one-click OAuth to 100+ integrations, and browser-driven agent automation.

GitHub
AI Client2026

Local-first AI agent workspace that unifies coding, writing, design, research and automation under one runtime shared between a desktop GUI and a terminal TUI. Features Agent Graph for long-running, auditable workflows, multi-provider model support, and local-by-default data storage.