Submit

Mcp Sql Server

@ryudg

Server Config

{
  "mcpServers": {
    "mcp-sql": {
      "command": "npx",
      "args": [
        "-y",
        "@donggyunryu/mcp-sql"
      ],
      "env": {
        "DB_HOST": "<localhost>",
        "DB_PORT": "1433",
        "DB_DATABASE": "<your_database>",
        "DB_USER": "<your_username>",
        "DB_PASSWORD": "<your_password>",
        "DB_ENCRYPT": "false",
        "DB_TRUST_SERVER_CERTIFICATE": "true"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.