Explore SQL Server and PostgreSQL databases with read-only SELECT queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "sql-mcp" yet — see the docs or source repo.
Connect to the current database and list all schemas, tables, views, procedures, indexes, and foreign key relationships.
Returns a catalog of database objects and relationships for quick understanding.
Use SQL to query the total count and amount of orders from the last 30 days, using SELECT only.
Returns aggregated query results without modifying any data.
Find the foreign key relationship between the orders table and the customers table, and explain how they are linked.
Returns foreign key fields and linkage details to explain how tables connect.
A data analyst can inspect schemas, tables, views, and foreign keys before modeling or reporting. This reduces guesswork and speeds up query writing.
Developers can inspect database objects and run read-only queries to verify SQL behavior. It is useful for checking schema, indexes, and joins.
When you need a safe look at production data, this tool provides read-only exploration to avoid accidental writes. It is useful for audits, troubleshooting, and ad hoc checks.
It is a read-only MCP server for SQL Server and PostgreSQL. You can use it to explore database structure and run SELECT queries.
No. It is read-only and only supports browsing database objects and running arbitrary SELECT queries.
It supports SQL Server and PostgreSQL. For setup details beyond that, see the source repository.
Safely let AI agents explore and query SQL Server databases read-only.
Run read-only SQL Server queries and inspect query performance statistics.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Connect to Microsoft SQL Server for safe schema exploration and read-only queries.
Safely explore PostgreSQL schemas, table relationships, and sample data in read-only mode.
Inspect PostgreSQL schemas and run read-only SQL queries through MCP tools.