Provides direct SQL query access to Microsoft SQL Server databases with full CRUD operations, enabling AI assistants to execute queries, modify data, and manage database objects through a simplified interface.
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_DRIVER— {ODBC Driver 18 for SQL Server}MSSQL_SERVER— your-server-hostname-or-ipMSSQL_DATABASE— your-database-nameMSSQL_USER— your-usernameMSSQL_PASSWORD— your-passwordMSSQL_PORT— port = os.getenv('', '1433')TrustServerCertificate— trust_cert = os.getenv('', 'yes')Trusted_Connection— conn_str += f'UID={username};PWD={password};=no;'AUTH_METHOD— auth_method = os.getenv('', 'sql')[](https://m8ven.ai/mcp/adarsh-bhayani-mcp-sqlserver-pro-e5g3fy)