71
/ 100
12 days ago
glama

MCP SQL Server Pro

Provides direct SQL query access to Microsoft SQL Server databases with full CRUD operations, enabling AI assistants to execute queries, modify data, and manage database objects through a simplified interface.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MSSQL_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMSSQL_DRIVER{ODBC Driver 18 for SQL Server}
configMSSQL_SERVERyour-server-hostname-or-ip
configMSSQL_DATABASEyour-database-name
configMSSQL_USERyour-username
🔐 secretMSSQL_PASSWORDyour-password
configMSSQL_PORTport = os.getenv('', '1433')
configTrustServerCertificatetrust_cert = os.getenv('', 'yes')
configTrusted_Connectionconn_str += f'UID={username};PWD={password};=no;'
configAUTH_METHODauth_method = os.getenv('', 'sql')
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/adarsh-bhayani-mcp-sqlserver-pro-e5g3fy)](https://m8ven.ai/mcp/adarsh-bhayani-mcp-sqlserver-pro-e5g3fy)
commit: e52ccc1c37b926c58c9ee55b5413794b30ec8f87
code hash: 57f3fb569704d80d9e0ce6e28f775c2995469bfae04a6a349b9f9d15875f2415
verified: 6/17/2026, 12:31:28 PM
view raw JSON →