01Secure Credential Handling: Decrypts DBeaver credentials in memory only for single-use connections, never persisting or exposing passwords.
02Direct MySQL Integration: Connects directly to MySQL databases from your machine using decrypted DBeaver credentials.
03Fine-grained Permissions: Customize SQL operation whitelists and blacklists globally or per connection in `settings.json`.
04Defense-in-Depth Security: Incorporates DBeaver encryption, MCP protocol isolation, read/write separation, and write confirmation for mutations.
05Comprehensive Toolset: Offers tools for connection management, query execution (read/write), schema inspection, and performance monitoring.
060 GitHub stars