73
/ 100
1 month ago
glama

Microsoft SQL Server MCP Server

Provides secure SQL Server database access, allowing users to list tables and execute SQL queries through natural language in Claude Desktop.

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 3 credentials: MSSQL_PASSWORD, LLM_API_KEY, SPEECH_API_KEY
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_SERVER"": "localhost",
configMSSQL_PORT1433 # Custom port (default: 1433)
configMSSQL_DATABASE"": "your_database",
configMSSQL_WINDOWS_AUTHtrue # Use Windows credentials
configMSSQL_USER"": "your_username",
🔐 secretMSSQL_PASSWORD"": "your_password"
configMSSQL_ENCRYPTtrue # Force encryption
configLLM_PROVIDER
🔐 secretLLM_API_KEY
configLLM_MODEL
configLLM_ENDPOINT
configLLM_TEMPERATURE
configLLM_MAX_TOKENS
configSPEECH_PROVIDER
🔐 secretSPEECH_API_KEY
configSPEECH_REGION
configSPEECH_LANGUAGE
configRL_ENABLED
configRL_LEARNING_RATE
configRL_DISCOUNT_FACTOR
configRL_EPSILON
configRL_EPSILON_DECAY
configRL_MIN_EPSILON
configOPTIMIZER_NUM_CANDIDATES
configOPTIMIZER_TIMEOUT
configOPTIMIZER_COST_WEIGHT
configOPTIMIZER_LATENCY_WEIGHT
configMSSQL_COMMAND
// 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 1 concrete improvement 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/praveeng25-mcp-sql-server-vftfv5)](https://m8ven.ai/mcp/praveeng25-mcp-sql-server-vftfv5)
commit: 034ed4fa6c5efce61c105e272703a6f7df8c7412
code hash: 30b53bad02f2b2d583556a2dea955f202ec074d7f2e8ae84708dfc830ba469b8
verified: 6/21/2026, 10:14:30 AM
view raw JSON →