Command-line interface

Give AI database access from the CLI. Securely.

All it takes is one DROP TABLE to ruin a weekend. QueryBear sits between your AI agents and your database — blocking unsafe, slow, or destructive queries.

Auto-detects platform/arch · macOS & Linux · ~65 MB

AI AGENTSYOUR DATABASESClaudeCursorMCPPostgresprodMySQLanalyticsSQLitelocal devQueryBearQUERY FLOW1Receive ask“who signed up this week andwhat's their average usage?”2Introspect schemareturning cached schema3Build SQLbreaks ask into 3 queries4Run SQLSELECT id, name FROM users…SELECT user_id, count(*)…SELECT AVG(duration) FROM…5Send response