Back to directory
mihai-dulgheru/mssql-mcp-node

mihai-dulgheru/mssql-mcp-node

@mihai-dulgheru

A Node.js implementation of the Model Context Protocol server for Microsoft SQL Server

mssqldatabasesqlnode.jsmcp-serverintrospectionquerytypescript

Installation & Configuration

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

Information

Transport
stdiostreamable-http
Language
JavaScript
Created
2026/6/13
Updated
2026/6/13