Skip to content
Cursor

cluster validator for Cursor

com.detentpoint/cluster-validator

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

client:Cursor transport:stdio runtime:nuget

Install cluster validator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

cluster validator in other clients