MCP.so
Sign In

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "DatabaseMcpServer": {
      "command": "dnx",
      "args": [
        "[email protected]",
        "--yes"
      ],
      "env": {
        "DB_TYPE": "SqlServer",
        "DB_CONNECTION_STRING": "Server=xxx;Database=xxx;User Id=sa;Password=xxx;TrustServerCertificate=True;"
      }
    }
  }
}

More from Other