Safely query multiple SQL databases in read-only mode across servers.
This tool is described as an open-source, no-secret, no-remote-endpoint read-only SQL MCP server, with no clear high-risk red flags in the provided materials. The main concerns are its inherent local code execution and database data access capabilities, plus limited community validation.
The materials explicitly state that no keys or environment variables are required, and there is no indication of collecting API tokens, cloud credentials, or account secrets; credential exposure appears low.
The materials list no remote endpoints and do not state that data is sent to third-party services; based on the provided information, no outbound network egress is evident.
System checks indicate that this tool executes code; as an MCP tool, this typically means running a local service process and handling database requests. No suspicious system privileges beyond its stated function are evident, but it should still be treated cautiously as a locally executed tool.
Its stated function is read-only access to SQL Server, Postgres, and SQLite with multi-server support; this implies access to database tables, query results, and related data. The materials claim read-only behavior and AST/lint-based safety layers, but the absence of a README limits verification of actual boundaries and enforcement.
A public GitHub repository and MIT open-source license are positive factors that reduce risk; however, the source is a third-party registry, community adoption is 0 stars, and maintenance status is unknown, so confidence in ongoing review and upkeep is moderate at best. Review the source and dependencies before installation.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sql-explorer-mcp" yet — see the docs or source repo.
Connect to the production PostgreSQL database in read-only mode and query the last 30 days of order count, total revenue, and daily trend. Return readable SQL and a brief explanation of the results.
Produces safe read-only SQL, returns order summary results, and explains the fields and trend.
Connect to both SQL Server and SQLite, count active users in the active_users table, and list data differences from the last 7 days.
Returns read-only queries for both databases, a comparison of counts, and a summary of the differences.
Explore the Postgres database for tables related to customer and subscription, list schemas, primary and foreign key relationships, and identify fields that may store plan status.
Returns relevant tables and fields, relationship notes, and query suggestions for further analysis.
Connect to Microsoft SQL Server for safe schema exploration and read-only queries.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Let AI query multiple SQL databases read-only and export results.
Safely query SQL Server data and inspect tables and schemas read-only.
Safely explore and analyze data across multiple databases with read-only access.
Securely connect AI assistants to SQL Server for queries, analysis, and admin tasks.