Nexoxa Bridge

Modern database studio for PostgreSQL, MySQL, MariaDB, MongoDB, Redis, SQL Server, SSH, S3, SFTP, and SMTP — credentials encrypted locally, AI with transparent data handling.

NexoxaBridge
swarmPostgreSQL
Realtime
config_iduuidclient_iduuiddimension_weights jsonbpass_thresholdreview_threshold
0d49aba5-6051-4fb1-bc24-f0af7651e3b25955a606-2790-49ab-a4d2-6477b7e392a1{"grammar":0.5,"human_tone":1,"link_policy":0.8}0.80.6
a5556f52-95c3-4ef9-b230-e0aee3144b964bf9c73b-da91-47fa-8875-25c04023a4f2{"grammar":0.7,"human_tone":0.9,"link_policy":0.6}0.850.65
d46d1e46-37a5-4c5b-b570-347f5b865ac2a465022c-e284-421a-ac36-3cb62b3a83c4{"grammar":0.6,"human_tone":1,"link_policy":0.75}0.750.55
ea401c64-87aa-4cba-a824-c6d46563a868c74e0e71-b08e-42d9-baed-a0cceb3572e1{"grammar":0.55,"human_tone":0.85,"link_policy":0.7}0.80.6
ee66795f-02b4-4e36-9b12-e6f070cf4ed6456d4911-81ee-4c92-ab69-377fde23d2ab{"grammar":0.65,"human_tone":0.95,"link_policy":0.85}0.90.7
Page 1 of 1
100 rows · 5 records
DataDefinition

Connects to your entire stack

Official database & infrastructure connectors

Plus servers, storage & mail

Database engines

9+

Postgres through Redis

Integrations

20

URL-based connectors

Credentials

Local

AES-256-GCM keychain vault

Setup

1 URL

Paste & work — no driver install

Product

What is Nexoxa Bridge?

Nexoxa Bridge is a modern desktop database studio and connection manager built by Nexoxa. It is designed for developers, database administrators, and DevOps engineers who work with more than one system in a typical week — PostgreSQL on RDS, Redis on Elasticache, MongoDB Atlas, a Turso edge database, an SSH bastion, an S3 bucket for assets, and an SMTP relay for mail tests. Instead of juggling pgAdmin, DBeaver, PuTTY, FileZilla, and a dozen saved URLs in password managers, Bridge gives you one encrypted local vault, one SQL editor, and one consistent interface for every connection type.

The product is locally installed on Windows 10 and Windows 11. Credentials are encrypted with AES-256-GCM and stored in the Windows Credential Manager. Nexoxa does not host your databases and does not require uploading connection secrets to a cloud account for the core experience. Optional Nexoxa accounts unlock collaboration workspaces, higher connection limits, and platform features — but the database GUI itself remains a desktop application you control.

Official website: asteron.nexoxa.com. Nexoxa Bridge by Nexoxa is distributed through the Microsoft Store and an NSIS installer for Windows 10 and 11.

A true multi-engine database IDE

As a PostgreSQL client, Nexoxa Bridge supports full catalog depth: schemas, tables, views, materialized views, indexes, triggers, types, functions, extensions, row-level security policies, and GUC settings. Connect with postgresql:// or postgres:// URLs — including Neon serverless branches, Supabase pooler strings on port 6543, and Amazon RDS with sslmode=require. The Monaco-powered SQL editor runs EXPLAIN (ANALYZE, BUFFERS) on Postgres and surfaces execution plans without leaving the workbench.

MySQL and MariaDB connections use mysql:// and mariadb:// schemes on port 3306 (or 4000 for TiDB-compatible hosts). The same data grid that edits Postgres rows navigates foreign keys on InnoDB tables. PlanetScale and other Vitess-backed MySQL URLs work with the same client — label them clearly in your vault so staging and production never cross wires.

MongoDB connects via mongodb:// and mongodb+srv://. Browse collections, inspect documents, and work with indexes from the document grid. Redis uses redis:// and rediss:// for key browsing, TTL inspection, and command-lab debugging beside your relational sessions — ideal when you need to verify a cache entry while tracing a slow SQL query.

LibSQL and Turso use libsql://, file:, and HTTPS Turso endpoints. SQLite-compatible local files open with file: paths. Neo4j graph connections support property-graph exploration for teams that run Cypher alongside relational stores.

Schema tools and the FK knowledge graph

Nexoxa Bridge builds a foreign-key knowledge graph when you connect to a relational database. Louvain community detection highlights hub tables — the orders, users, and organizations tables that sit at the center of your schema. ER diagrams and interactive FK navigation help new engineers onboard without exporting static diagrams from SchemaSpy.

The knowledge graph exports to markdown reports and JSON for AI tooling. When you use Copilot or nexoxa-mcp from Cursor, assistants reference saved connection names and structural metadata — not raw passwords. That boundary matters for teams who want schema-aware help without pasting production URLs into chat.

Schema analyser views, primary-key and foreign-key editors, enum and sequence browsers, trigger lists, and extension panels (PostGIS, pgvector, Citus) give Postgres teams depth that generic SQL clients often treat as afterthoughts.

SSH, S3, SFTP, FTP, and SMTP in one vault

Infrastructure work rarely stops at SQL. Nexoxa Bridge includes an SSH tunnel manager and server dashboard: CPU and RAM charts, open ports, Docker containers, deployment access, embedded terminal with scrollback, and process lists. Save ssh:// connections next to database URLs — inspect nginx on the same host where Postgres runs without Alt-Tab to another SSH client.

SFTP and FTP use dual-pane transfer studios with upload queues, path bookmarks, and TLS modes for FTPS. S3-compatible storage — AWS, Cloudflare R2, MinIO, Backblaze B2, DigitalOcean Spaces — connects via s3:// URLs with bucket browsing and the same file-manager UX as SFTP.

Mail studio connects to SMTP and SMTPS endpoints for deliverability testing: verify TLS, compose HTML or plain messages, and send test mail without scripting openssl clients. Together, SSH, file transfer, object storage, and mail make Bridge a connection manager for your entire stack — not only a database GUI.

AI Copilot and MCP — without selling your secrets

Optional AI Copilot uses your own OpenRouter or compatible API key (bring your own key). Nexoxa does not resell AI tokens. Copilot reads live schema metadata, FK graph hints, and query context — never connection passwords. Migration suggestions show diffs before you apply DDL.

The nexoxa-mcp package exposes local Bridge to Cursor, Claude Desktop, and other MCP clients. Agents discover schema graphs, run approved read-only SQL, and control SSH or SFTP by saved connection name only. The nexoxa-bridge-sdk automates server dashboards and queries from CI. @nexoxa/analytics, @nexoxa/speed-insights, and @nexoxa/seo store self-hosted metrics in .nexoxa/ on your servers — view them from Bridge over SSH.

Local-first security and team collaboration

Every connection secret encrypts into your OS keychain. Default behavior keeps passwords on your device. Pro workspaces can opt into encrypted metadata sync — hostnames, labels, engine types — while secrets stay local unless policy explicitly enables encrypted secret sharing.

Bridge is operator software: you approve queries, file transfers, and mail sends. AI integrations receive structural context under clear data boundaries documented on the Security page. For regulated teams, that model avoids cloud-hosted credential vaults that duplicate your attack surface.

How Nexoxa Bridge compares

Compared with DBeaver or DataGrip, Nexoxa Bridge adds integrated SSH server ops, SFTP and S3 file transfer, SMTP mail studio, FK knowledge graphs, and MCP integration — with a single local vault instead of plugin sprawl. Compared with TablePlus or pgAdmin, Bridge covers MongoDB, Redis, LibSQL, and infrastructure connectors in the same app.

Compared with juggling separate tools, Bridge replaces the typical stack of database GUI plus PuTTY plus FileZilla plus mail test scripts. One download, one catalog of labeled connections — staging-postgres, prod-redis, bastion-ssh — switchable in seconds from Query lab, Server dashboard, or Transfer studio.

Download and get started

Install Nexoxa Bridge on Windows from the Microsoft Store. Paste a connection URL, test connectivity, and save with a descriptive label. The Free tier includes core database, SSH, transfer, and mail features for up to 5 connections. Pro unlocks the knowledge graph, collaboration, and higher limits. Enterprise adds SSO and org policies.

Read connection string guides on the blog — PostgreSQL, MySQL, MongoDB URI, Redis URL, SSH tunnels, and S3 permissions — each linking back to this official product page. Nexoxa Bridge by Nexoxa: your modern database studio, SQL client, and infrastructure connection manager in one desktop application.

Credentials encrypt into Windows Credential Manager. Secrets stay on your device unless you explicitly enable encrypted team sync on Pro. Official website: asteron.nexoxa.com · By Nexoxa.

> Live on Windows

Try Nexoxa Bridge in your browser

The real desktop shell — start on Connections, pick a demo URL, and explore live sample data.

Connections

Choose a demo URL below — connects instantly with sample data

Grid

Tap the preview to open the full desktop demo.

Engines

Connection guides by database

Paste a standard URL for any engine above — no separate driver install in the desktop app.

PostgreSQL

Full catalog depth — RLS, replication, FK graph

postgresql://
Schema mapQuery labKnowledge graph
Guide

MySQL

Schemas, tables, and SQL workbench

mysql://
Data gridSQL editorSessions
Guide

MariaDB

MariaDB-compatible SQL studio

mariadb://
Catalog browserQuery lab
Guide

MongoDB

Collections, documents, and aggregations

mongodb://
Document gridShell helpIndexes
Guide

Redis

Key browser and command lab

redis://
Key scanTTL viewMemory tips
Guide

Turso

Edge SQLite via libsql:// or HTTPS

libsql://
Remote libSQLLocal file:Auth tokens
Guide

LibSQL

libsql://, file:, and Turso URLs

libsql://
Edge SQLEmbedded file DB
Guide

SQLite

Local file: databases on disk

file:
file: pathsBrowse tablesSQL lab
Guide

Neo4j

Property graph with Cypher

neo4j://
Graph browserCypher lab

Supabase

Postgres pooler & direct strings

postgresql://
Pooler 6543RLS policiesPostgres depth
Guide

Neon

Serverless Postgres branches

postgresql://
Branch URLsServerless Postgres
Guide

PlanetScale

MySQL-compatible hosted scale

mysql://
Vitess MySQLBranch connections
Guide
Browse all database guides

Infrastructure

SSH, S3, SFTP & SMTP

Server ops, object storage, file transfer, and mail testing — same vault as your databases.

SSH

ssh://

Live server dashboard on your VPS

  • CPU & RAM
  • Docker
  • Deployments
  • Terminal

Amazon S3

s3://

AWS, R2, MinIO, DigitalOcean Spaces

  • Bucket browser
  • Upload
  • Presigned URLs

SFTP

sftp://

SSH file transfer dual-pane studio

  • Dual pane
  • Queue uploads
  • Key auth

FTP / FTPS

ftp://

Remote folders over FTP or TLS

  • FTPES
  • Implicit TLS
  • Path browse

SMTP

smtp://

Verify delivery and send tests

  • Inbox verify
  • HTML compose
  • TLS modes

Intelligence

AI & developer tools

OpenRouter

Bring your own AI key for Copilot

BYOK
Encrypted local keySchema contextNo token resale

nexoxa-mcp

MCP server for Cursor & agents

127.0.0.1:47821
Saved names onlyDB + SSH toolsKnowledge graph

@nexoxa/analytics

Self-hosted web analytics SDK

npm install
JSONL on your serverSSH dashboardsGDPR-friendly

Copilot uses schema metadata only — never passwords. Control Bridge from Cursor via nexoxa-mcp. Read the docs.

Get started

Download Nexoxa Bridge

Free tier on Windows 10 and 11 — Pro and Enterprise available. Version 1.0.2 · By Nexoxa · asteron.nexoxa.com

Help

Frequently asked questions