Back to directory
mssql-mcp-node

mssql-mcp-node

@mihai-dulgheru4

A Node.js MCP server for Microsoft SQL Server, providing a standardized API to interact with databases, manage resources, execute queries, and retrieve schema information.

mssqlsql serverdatabasenode.js

Installation & Configuration

{
  "servers": {
    "mssql-mcp-node-single": {
      "command": "npx",
      "args": [
        "-y",
        "mssql-mcp-node"
      ],
      "env": {
        "MSSQL_SERVER": "your_server_name",
        "MSSQL_PORT": "1433",
        "MSSQL_USER": "your_username",
        "MSSQL_PASSWORD": "your_password",
        "MSSQL_DATABASE": "your_database",
        "MSSQL_ENCRYPT": "true",
        "MSSQL_TRUST_SERVER_CERTIFICATE": "false"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2025/4/9
Updated
2026/6/8