Safely inspect SQL Server metadata and run guarded read-only queries.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-mssql-server" yet — see the docs or source repo.
Connect to SQL Server, list all tables in the sales database, and show the main columns and their types for each table.
A list of database tables plus metadata such as column names and data types.
Run a read-only query on the orders table to summarize daily order counts and total sales for the last 30 days without returning row-level details.
Daily aggregated results are returned without modifying the database.
Query customer data from the customers table, but mask any fields that may contain personally identifiable information and return only safe-to-view results.
Read-only query results with PII masking applied to reduce sensitive data exposure.
Data analysts can inspect SQL Server metadata first and then run protected SELECT queries when they do not know the schema. This supports read-only exploration while reducing exposure to sensitive information.
When developers need to verify production database contents, they can inspect tables and columns and run restricted read-only queries to diagnose issues. The tool emphasizes safeguards and masking for cautious data access.
Researchers can review database metadata to identify available tables and fields before planning analysis. Masking personally identifiable fields helps make initial data discovery safer.
It is a read-only MCP server for SQL Server. It exposes database metadata and supports guarded SELECT queries with PII masking.
Based on the description, it is read-only and focuses on metadata access and protected SELECT queries. There is no stated support for writes or data modification.
The description mentions PII masking and a five-layer guard system. More specific implementation details are not provided in the current material; see the source repository.
Run read-only SQL Server queries and inspect query performance statistics.
Securely connect AI assistants to SQL Server for queries, analysis, and admin tasks.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Securely run read-only queries and diagnostics on two SQL Server 2019 instances.
Securely query SQL Server, inspect schemas, and analyze SQL scripts with natural language.
Safely query SQL Server data and inspect tables and schemas read-only.