Enables interaction with Microsoft SQL Server and Azure SQL databases through natural language, supporting queries, schema exploration, stored procedures, and complete database operations with connection pooling and security features.
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.DB_CONNECTION_TIMEOUT— ❌ 30000 Connection timeout msDB_DATABASE— "": "your-database",DB_ENCRYPT— "": "true",DB_PASSWORD— "": "your-password",DB_PORT— ❌ 1433 TCP portDB_REQUEST_TIMEOUT— ❌ 30000 Query timeout msDB_SERVER— "": "your-server.com",DB_TRUST_SERVER_CERTIFICATE— "": "true"DB_USER— "": "your-username",MCP_HOST— MCP_TRANSPORT=http =0.0.0.0 MCP_PORT=8080 node dist/src/index.jsMCP_PORT— MCP_TRANSPORT=http MCP_HOST=0.0.0.0 =8080 node dist/src/index.jsMCP_TRANSPORT— http node dist/src/index.js[](https://m8ven.ai/mcp/bymcs-mssql-mcp-1ieot5)