Lets AI safely explore SQL schemas and run read-only database queries.
This MCP tool claims to provide read-only SQL database access and does not declare any required secrets or remote endpoints; based on the available material, the main concerns are the inherent local code execution and database data access capabilities of this type of tool. Its open-source status is a positive factor, but low adoption, no declared license, and unknown maintenance warrant caution about provenance and implementation details.
The material explicitly states there are no required keys or environment variables, and it does not request API keys, tokens, or cloud credentials; based on current information, credential exposure appears low.
The material states there are no remote endpoint hosts and does not declare sending queries or database contents to external services; no explicit data egress path is described.
The system check indicates this tool executes code; for an MCP tool, this typically means running a local service process and handling SQL requests. Although the description claims 'read-only' and 'safe query execution,' the lack of README and implementation details means it should still be treated as having local execution capability and isolated accordingly.
The description says it provides read-only SQL database access, schema exploration, and query execution, which implies the ability to read database structure and contents. This scope is consistent with the stated function and does not itself indicate over-privilege, but database contents may be sensitive and should be limited to the minimum necessary data source.
The project is open source and therefore at least partially auditable, which is a positive factor lowering risk; however, it comes from a third-party registry, has 0 stars, no declared license, and unknown maintenance status, so supply-chain confidence is only moderate and the code and dependencies should be reviewed first.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "safe-sql-mcp" yet — see the docs or source repo.
Connect to the database and list all tables, key fields, and relationships, grouped by business domain.
A clear schema overview with main tables, fields, and relationship descriptions.
Using the current schema, write a read-only SQL query to calculate order count and revenue by region for the last 30 days, and explain the logic.
An executable read-only SQL query plus an explanation of filtering, aggregation, and grouping logic.
Use read-only queries to check the users table for duplicate emails, null anomalies, and suspicious registration timestamps, then summarize the findings.
Read-only SQL for investigation, anomaly counts, and a brief data quality summary.
Safely explore, profile, and query data with read-only SQL over MCP.
Safely run database queries for AI workflows with built-in security controls.
Query SQL databases safely in natural language with validated read-only access.
Safely explore SQLite schemas and run read-only queries with AI agents.
Safely let AI inspect database schemas and query PostgreSQL and MySQL data.
Query any SQL database in natural language with safe auto-generated SQL.