DB Gateway
Provides AI coding agents with secure, read-only access to PostgreSQL and MySQL databases without exposing credentials.
Provides AI coding agents with secure, read-only access to PostgreSQL and MySQL databases without exposing credentials.
The DB Gateway acts as a self-hosted intermediary, empowering MCP-compatible AI tools like Claude Code, Cursor, and Windsurf to interact directly with your PostgreSQL and MySQL databases. It eliminates the need for manual copy-pasting of query results by allowing AI to explore schemas, inspect tables, and execute SELECT queries automatically. Critically, it enforces read-only access at the gateway level, preventing any insert, update, delete, or drop operations, while keeping all database credentials securely encrypted and localized on your machine.