73
/ 100
19 days ago
glama

MSSQL MCP Server

Enables AI assistants to interact with Microsoft SQL Server databases through a standardized interface. Supports executing SQL queries, browsing database schemas, and viewing table data with flexible authentication options for both local and Azure SQL databases.

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.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
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_HOSTor MSSQL_SERVER - Server hostname (default: localhost)
configMSSQL_SERVERMSSQL_HOST or - Server hostname (default: localhost)
configMSSQL_PORTServer port (default: 1433)
configMSSQL_USERexport =your-username
🔐 secretMSSQL_PASSWORDexport =your-password
configMSSQL_TRUSTED_CONNECTIONSet to no (default: no)
configMSSQL_DATABASEThe database name to connect to
configMSSQL_DRIVERODBC driver name (default: ODBC Driver 17 for SQL Server)
configMSSQL_TRUST_SERVER_CERTIFICATETrust server certificate (default: yes)
configMSSQL_ENCRYPTEncrypt connection (default: yes)
configMSSQL_CONNECTION_TIMEOUTConnection timeout in seconds (default: 30)
configMSSQL_MULTI_SUBNET_FAILOVEREnable multi-subnet failover (default: no)
// 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 3 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/combiz-mssql-mcp-server-hai2wv)](https://m8ven.ai/mcp/combiz-mssql-mcp-server-hai2wv)
commit: 2263be6ab66a0f7eda31b514a90dc4706c61ffeb
code hash: 17b6a20aad25e1530f2a1b8d74c3f7b644c8aebfec2b17cb6937fbc0de5728f6
verified: 6/18/2026, 11:44:22 AM
view raw JSON →