Safely query SQL Server data and inspect tables and schemas read-only.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-sqlserver-readonly" yet — see the docs or source repo.
Use the read-only SQL Server connection to query the top 10 regions by sales in the last 30 days, returning region, sales amount, and rank.
A safely executed SQL query result table showing regional sales rankings for the last 30 days.
List tables related to customer_orders and inspect key columns, data types, primary keys, and foreign key relationships.
A list of related tables and a schema summary to quickly understand the database structure.
List all tables and views in the current database and provide a brief categorization by business domain.
A list of available tables and views in the database, plus categorized notes for easier analysis.
Safely query multiple SQL databases in read-only mode across servers.
Securely run read-only queries and diagnostics on two SQL Server 2019 instances.
Read and explore Microsoft SQL Server databases through a standardized interface.
Safely inspect local MySQL schemas and query data through a read-only MCP interface.
Connect to Microsoft SQL Server for safe schema exploration and read-only queries.
Let AI query multiple SQL databases read-only and export results.