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 KNOWLEDGE GRAPHClaudeCursorMCPuserssessionseventsordersproductsreviewssubscriptionspaymentsWOVEN FROMPostgresMySQLSQLiteQueryBearQUERY FLOW1Hears your ask“who signed up this week andwhat's their average usage?”2Maps your knowledge graph47 tables, 312 relations indexed3Traces the pathusers → sessions → events4Casts the SQLSELECT id, name FROM users…SELECT user_id, count(*)…SELECT AVG(duration) FROM…5Returns the answer