MCP server for Microsoft SQL Server
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.
process.env. You'll be asked to provide them before it can run.MSSQL_DATABASE— your_database_nameMSSQL_ENABLE_WRITES— By default the server is read-only. Set =true to opt into execute_write_query.MSSQL_ENCRYPT— single no false Set true to encrypt the connection.MSSQL_PASSWORD— your_passwordMSSQL_PORT— single no mssql default Coerced to integer.MSSQL_SERVER— your_sql_server_addressMSSQL_TEST_PASSWORD— yes - The script exits 2 without it.MSSQL_TEST_PORT— no 1433 -MSSQL_TEST_SERVER— no localhost Target SQL Server (Docker, LocalDB, anywhere).MSSQL_TEST_USER— no sa -MSSQL_TRUST_SERVER_CERTIFICATE— single no true Set false to enforce certificate validation.MSSQL_USER— your_usernamePORT— no 3000 HTTP transport only (npm run start:http). Ignored in stdio mode.[](https://m8ven.ai/mcp/mssql-mcp-node-1cz7a6)