Skip to content

cluster validator for Zed

com.detentpoint/cluster-validator

Read-only health validation for Windows Server failover clusters running SQL Server FCI.

client:Zed transport:stdio runtime:nuget

Install cluster validator in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "cluster-validator": {
      "command": "dnx",
      "args": [
        "DetentPoint.ClusterValidator.Mcp",
        "--yes"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

cluster validator in other clients