74
/ 100
25 days ago
glama

SQL Server MCP

An MCP server that connects AI assistants to Microsoft SQL Server databases, enabling schema exploration and read-only queries safely.

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: DB_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.
configDB_ENCRYPTtrue Enable TLS encryption
configDB_HOSTlocalhost SQL Server hostname or IP
configDB_NAMEMyDatabase
🔐 secretDB_PASSWORDyour_password
configDB_PORT1433 SQL Server port
configDB_TRUST_SERVER_CERTfalse Trust self-signed certificates
configDB_USERreadonly_user
configMCP_HTTP_PORT3000 HTTP server port (when MCP_TRANSPORT=http)
configMCP_SERVER_URL
configMCP_TRANSPORThttp npm start
configPAYLOAD_MAX_BYTES1048576 Max response payload size (1MB)
configPORT
configQUERY_ROW_LIMIT100 Max rows returned per query (auto-injected)
configQUERY_TIMEOUT_MS30000 Query timeout in milliseconds
configREST_PORT
configSCHEMA_CACHE_TTL_SECONDS3600 How long schema metadata is cached
// 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 5 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/az-coder-123-sql-server-mcp-1nbgdd)](https://m8ven.ai/mcp/az-coder-123-sql-server-mcp-1nbgdd)
commit: f83b6cc00b1f70f27ffc1dc9c9b94c547a544365
code hash: 039034868bc0ec3a161bcf0ad7af21695ab3d1048b7e9eba07434200877e4e48
verified: 6/18/2026, 11:12:35 AM
view raw JSON →