Explore SQL schemas and run safe read-only SELECT queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-sql" yet — see the docs or source repo.
List all schemas and tables in this SQL database grouped by schema, then describe the columns, types, and primary key of the users table.
A schema-grouped table list plus a detailed structural description of the users table.
Query the orders table for the last 30 days' order count, total sales, and average order value using SELECT only, sorted by date descending.
A safe read-only result set with key order metrics for the last 30 days.
I want to analyze user retention. First identify likely relevant tables such as users, events, sessions, or subscriptions, and explain what each table may be useful for.
A shortlist of relevant tables with usage notes to support retention analysis queries.
Query and manage multiple databases with read-only access and schema inspection.
Let AI query multiple SQL databases read-only and export results.
Connect to MySQL for safe read-only queries and schema exploration.
Run read-only SQL Server queries and inspect query performance statistics.
Safely let AI query MS SQL Server in read-only mode.
Safely run read-only MySQL queries and inspect databases, tables, and schemas.