Securely query SQL Server, inspect schemas, and analyze SQL scripts with natural language.
The materials indicate an open-source SQL Server MCP that claims read-only access, with no extra secrets and no predefined remote endpoints. Overall risk appears limited based on available facts, but it still executes locally and accesses database data, while project adoption and maintenance are unclear, so cautious use and code review are recommended.
The materials explicitly state 'required secrets/environment variables: none.' No API key, token, or third-party platform credential is declared; however, if it connects to SQL Server, the method of supplying database credentials is not described, so we can only confirm there is no additionally declared secret requirement.
Although no fixed remote endpoint is declared, the tool's core function is to access Microsoft SQL Server, which in practice typically means sending queries and metadata requests to a user-configured database host. Such network access to the declared target is inherent to this type of tool, and the materials do not show data exfiltration to unrelated or unknown third-party endpoints.
The system checks mark this as executes-code, indicating it can run a local MCP service/process. The materials do not show requests for unusual system privileges, nor high-risk execution beyond the stated scope of database querying and script analysis; however, local execution itself still warrants attention to runtime isolation.
The description claims read-only access to SQL Server and supports query execution, schema discovery, and SQL script analysis; this implies it can read table structures, query results, and related metadata from the database. The materials do not show database write capability, local file access, or unrelated data permissions, but the 'read-only' claim should still be verified through source review or actual permission configuration.
A positive factor is the presence of an auditable open-source repository; however, the source is a third-party registry, the license is unspecified, community adoption is 0 stars, maintenance status is unknown, and the README is absent, making implementation details and ongoing maintenance hard to assess. It is best treated as reviewable but only moderately trustworthy, with no concrete red flags sufficient on their own for a high-risk rating.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "SQL Server MCP" yet — see the docs or source repo.
Connect to the SQL Server, list all tables in the sales database, and summarize each table’s purpose and key fields by business area.
A table inventory, field overview, and schema summary grouped by business area.
Write a read-only SQL query to calculate order count, revenue, and average order value by region for the last 30 days, and explain the tables and joins used.
An executable read-only SQL query with an explanation of the logic and field sources.
Analyze the following SQL script’s purpose, dependent objects, and potential risks, and identify whether it includes write, delete, or expensive operations.
A script function breakdown, dependency summary, and risk assessment.
Safely query SQL Server data and inspect tables and schemas read-only.
Connect to Microsoft SQL Server for safe schema exploration and read-only queries.
Safely query multiple SQL databases in read-only mode across servers.
Securely inspect and query SQL Server databases for analysis and troubleshooting.
Securely run read-only queries and diagnostics on two SQL Server 2019 instances.
Read and explore Microsoft SQL Server databases through a standardized interface.