SQL Preview runs on your own machine — the client starts it, so there is no endpoint to ping. 80 installs a week from npm.
Run governed SQL queries and inspect database schemas from MCP agents.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sql-preview -- npx -y sql-preview
{
"mcpServers": {
"sql-preview": {
"args": [
"-y",
"sql-preview"
],
"command": "npx"
}
}
}
[mcp_servers.sql-preview]
command = "npx"
args = ["-y", "sql-preview"]
{
"mcpServers": {
"sql-preview": {
"args": [
"-y",
"sql-preview"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"sql-preview": {
"args": [
"-y",
"sql-preview"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SQL_PREVIEW_CONNECTIONS (JSON array of SQL Preview connection profiles for headless use.), SQL_PREVIEW_MCP_SAFE_MODE (Set to false to allow mutating SQL. Defaults to true.), SQL_PREVIEW_MAX_ROWS (Maximum rows returned by query tools. Defaults to 10000.).
The author declared them in the registry entry; get the values from the project itself.
Run SQL queries and inspect database schemas through safe, visible MCP tools.
PostgreSQL MCP — query databases, inspect schemas, explain queries.
SQLite MCP — query databases, inspect schemas, explain queries, export data.
Database MCP server for schema discovery, comments, and SQL queries.
Inspect database schemas and execute SQL queries across multiple database providers with LINQ to DB.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
Database admin MCP: schema inspection, query optimization for PostgreSQL and MySQL
Python MCP server for MySQL database inspection and querying
Answers built from our own checks of this server.