Skip to content
VS Code

cluster validator for VS Code

com.detentpoint/cluster-validator

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

client:VS Code transport:stdio runtime:nuget

Install cluster validator in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

cluster validator in other clients