Convert plain English into SQL and interactively inspect and query databases.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "QueryWeaver" yet — see the docs or source repo.
After connecting to the database, query the total sales for each product line in the last 30 days and sort them by sales in descending order.
Generate the corresponding SQL and return executable query results or clear query steps.
First list the tables in the current database and inspect the fields of order-related tables, then write a query to find the regions with the highest cancellation rate.
Show database, table, and field information first, then generate SQL that matches the schema.
Connect to the database, then interpret this question in English: Which customers placed more than 5 orders this quarter?
Translate the English question into SQL and output the matching customer query results.
Data analysts can ask questions in natural language instead of writing SQL manually. The tool helps by combining database connection, schema inspection, and query generation.
When developers inherit a new project, they can list databases, inspect schemas, and generate queries from natural language. This speeds up understanding of the data structure and validation of contents.
Researchers can describe the data they need in plain English. The tool converts that request into SQL and queries the connected database.
It is an MCP server for converting natural language into SQL. It also supports listing databases, connecting, inspecting schemas, and querying databases using plain English.
From the description, you need access to a database connection environment at minimum. For supported database types, authentication, or setup steps, see the source repository.
Its key difference is turning plain English into SQL while helping with database listing, connection, and schema inspection. For any broader database management capabilities, see the source repository.
Query SQL databases in natural language with auto-generated, self-correcting SQL.
Turn natural-language questions into validated read-only SQL for SQLite queries.
Turn natural language questions into SQL and run them on SQLite databases.
Query SQL Server databases with natural language through Claude.
Query databases in natural language and auto-generate and execute SQL.
Query databases and process results through natural language interactions.