Enables querying Microsoft SQL Server databases using natural language or predefined SQL, with read-only safety. Integrates with Cursor and Claude Desktop for database exploration and management.
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.CORS_ORIGINDB_CONNECTION_TIMEOUT_MSDB_DATABASE— Database master (set =EmployeeDB to use your app DB)DB_ENCRYPT— "": "true",DB_ODBC_DRIVERDB_PASSWORD— YourStrong!Passw0rdDB_POOL_IDLE_TIMEOUT_MSDB_POOL_MAXDB_POOL_MINDB_REQUEST_TIMEOUT_MSDB_SERVER— "": "(localdb)\\MSSQLLocalDB",DB_TRUST_SERVER_CERTIFICATE— "": "true"DB_USER— For SQL Authentication fallback, set the DB_USE_WINDOWS_AUTH, , and DB_PASSWORD values in the server environment file.DB_USE_WINDOWS_AUTH— "": "true",HTTP_HOSTHTTP_PORTLLM_API_KEYLLM_BASE_URLLLM_MODEL— gpt-4o-miniNL_ANSWER_CACHE_TTL_MS— 3. Answer cache (, default 1 min) — identical questions return instantlyNL_ENGINE— Engine selection ( in server/.env):NL_PLAN_CACHE_TTL_MS— 4. SQL plan cache (, default 10 min) — skips NL, re-runs SQL for fresh rowsNL_SCHEMA_CACHE_TTL_MS— 2. Schema cache (, default 5 min) + startup warm-upOPENAI_API_KEY[](https://m8ven.ai/mcp/manojpabani-mcp-sql-console-yckwht)